Skip to content

Commit

Permalink
Merge pull request #16 from InkApplications/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-java-4.1.0

Bump actions/setup-java from 4.0.0 to 4.1.0
  • Loading branch information
ReneeVandervelde authored Mar 6, 2024
2 parents 22a6b98 + ce01e9b commit 8f6c361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/[email protected]
-
name: Configure Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: oracle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]
-
name: Configure Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: oracle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]
-
name: Configure Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: 17
distribution: oracle
Expand Down

0 comments on commit 8f6c361

Please sign in to comment.