We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d002e commit 3ae28e5Copy full SHA for 3ae28e5
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
15
steps:
16
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17
- name: Set up JDK 21
18
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
19
with:
0 commit comments