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 daf6e39 commit 4c437f2Copy full SHA for 4c437f2
3 files changed
.github/workflows/gradle.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
14
- name: Set up JDK 17
15
uses: actions/setup-java@v5
16
with:
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
contents: write
25
26
- name: Checkout repository
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
ref: ${{ github.ref }}
30
- name: Validate Gradle wrapper
.github/workflows/set-version.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-24.04
23
- name: 'Shared: Checkout repository'
0 commit comments