Skip to content

Commit

Permalink
Use latest github action release versions (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Reinhart <patrick@reini.net>
  • Loading branch information
reinhapa authored Feb 11, 2025
1 parent 6340fd6 commit 2068901
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
MAVEN_OPTS: -Xmx2048m -Declipse.p2.mirrors=false
steps:
- name: Checkout JMC
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v4.2.2
with:
repository: openjdk/jmc
ref: ${{ needs.release.outputs.checkoutRef }}
Expand All @@ -61,7 +61,7 @@ jobs:
run: git rev-parse HEAD > release-${{ needs.release.outputs.version }}.txt

- name: Checkout JMC Overrides
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@v4.2.2
with:
path: workspace

Expand All @@ -81,15 +81,15 @@ jobs:
echo "MAVEN_OPTS=$MAVEN_OPTS -DskipNexusStagingDeployMojo=true -Dchangelist=" >> $GITHUB_ENV
- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: 17
distribution: temurin
cache: 'maven'
mvn-toolchain-id: 'JavaSE-17'

- name: Set up JDK 21
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: 21
distribution: temurin
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Run UI Tests
# Ignore UI failures for now
continue-on-error: true
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
uses: coactions/setup-xvfb@v1.0.1
with:
run: mvn verify -P uitests

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
fail-if-no-release: false

- name: Deploy release assets
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v0.1.15
uses: softprops/action-gh-release@v2.2.1
if: needs.release.outputs.release
with:
files: |
Expand Down

0 comments on commit 2068901

Please sign in to comment.