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 35b89c1Copy full SHA for 35b89c1
.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
17
- name: Set up JDK 21
18
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
19
with:
0 commit comments