Skip to content

Commit

Permalink
ci(deps): update actions/setup-java action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 359253f commit a650aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# java: [ '14' ]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
distribution: 'adopt'
java-version: '14' # ${{ matrix.java }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: package.json
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
distribution: 'adopt'
java-version: '14'
Expand Down

0 comments on commit a650aa2

Please sign in to comment.