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 0b94f3f commit 70e4a96Copy full SHA for 70e4a96
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12
- uses: actions/setup-java@v4
13
with:
14
distribution: 'zulu'
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
0 commit comments