Skip to content

Commit

Permalink
Merge pull request #794 from licensee/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4.7.0

Bump actions/setup-java from 4.6.0 to 4.7.0
  • Loading branch information
MikeMcQuaid authored Feb 6, 2025
2 parents f7d54ff + 1d4499d commit e6af363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
with:
bundler-cache: true
- name: Set up Java
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: ${{ matrix.java }}
distribution: adopt
Expand Down

0 comments on commit e6af363

Please sign in to comment.