Skip to content

Commit

Permalink
MET-5649 Update metis-actions branch from jdk21 to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Jul 30, 2024
1 parent 7db8a01 commit 7da6a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:

ci:
uses: europeana/metis-actions/.github/workflows/ci.yml@jdk17
uses: europeana/metis-actions/.github/workflows/ci.yml@main
with:
sonar_organization: europeana
sonar_project_key: europeana_metis-schema
Expand All @@ -14,7 +14,7 @@ jobs:

deploy-artifacts:
needs: ci
uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@jdk17
uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@main
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
ci-release:
uses: europeana/metis-actions/.github/workflows/release.yml@jdk17
uses: europeana/metis-actions/.github/workflows/release.yml@main
with:
release-version: ${{ github.event.inputs.release-version }}
commit-hash-branch: ${{ github.event.inputs.commit-hash-branch }}
Expand Down

0 comments on commit 7da6a42

Please sign in to comment.