We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45d350 commit 9bc7d49Copy full SHA for 9bc7d49
.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
12
- uses: actions/setup-java@v4
13
with:
14
distribution: 'zulu'
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
0 commit comments