Skip to content

Commit

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

Bump actions/setup-java from 4.6.0 to 4.7.0
  • Loading branch information
ManInMyVan authored Jan 29, 2025
2 parents e4879e9 + e32e62d commit 5e8204a
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/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
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/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: 8
distribution: "adopt"
Expand Down

0 comments on commit 5e8204a

Please sign in to comment.