Skip to content

Commit

Permalink
chore(deps): update graalvm/setup-graalvm action to v1.2.7 (#1283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent aebfe41 commit 8afba76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
server-password: GH_TOKEN

- name: "🔧 Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.2.6
uses: graalvm/setup-graalvm@v1.2.7
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1.2.6
uses: graalvm/setup-graalvm@v1.2.7
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 8afba76

Please sign in to comment.