Skip to content

Commit

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

Bump actions/setup-java from 4.2.1 to 4.2.2
  • Loading branch information
ReneeVandervelde authored Aug 10, 2024
2 parents cf9971e + b305ca1 commit 4c80269
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
java-version: 17
distribution: oracle
Expand Down

0 comments on commit 4c80269

Please sign in to comment.