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.
2 parents 6516de0 + 53fd21a commit d8abb4aCopy full SHA for d8abb4a
.github/workflows/check.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
22
- name: Checkout repository
23
- uses: actions/checkout@v5.0.1
+ uses: actions/checkout@v6.0.0
24
with:
25
fetch-depth: 0
26
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ubuntu-latest
54
55
56
57
58
59
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13
14
- name: Set up JDK
15
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
0 commit comments