Skip to content

Commit

Permalink
Merge pull request #16 from ManInMyVan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4.2.2

Bump actions/setup-java from 4.2.1 to 4.2.2
  • Loading branch information
ManInMyVan committed Aug 6, 2024
2 parents ff33c2f + c6ead74 commit 2225176
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 8
distribution: "adopt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 8
distribution: "adopt"
Expand Down

0 comments on commit 2225176

Please sign in to comment.