Skip to content

Commit 9cfb3ec

Browse files
committed
chore(deps): update actions/setup-java action [v5.1.0 → v5.2.0]
1 parent 14f41f2 commit 9cfb3ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4.2.2
17-
- uses: actions/setup-java@v5.1.0
17+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
1818
with:
1919
distribution: "temurin"
2020
java-version-file: .tool-versions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.event.workflow_run.head_sha }}
27-
- uses: actions/setup-java@v5.1.0
27+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2828
with:
2929
distribution: "temurin"
3030
java-version-file: .tool-versions

0 commit comments

Comments
 (0)