Skip to content

Commit 1d81088

Browse files
committed
Update release GitHub Actions job
1 parent bcda1a3 commit 1d81088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
name: Release ${{ github.event.inputs.release-tag }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v4.1.7
2020
with:
2121
ref: ${{ github.event.inputs.release-tag }}
2222

2323
- name: Setup JDK
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v4.3.0
2525
with:
2626
distribution: 'oracle'
2727
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)