Skip to content

Commit

Permalink
chore(deps): update graalvm/setup-graalvm action to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 58e539c commit 9798bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: graalvm/[email protected].6
- uses: graalvm/[email protected].8
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/[email protected].6
- uses: graalvm/[email protected].8
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down

0 comments on commit 9798bb0

Please sign in to comment.