There was an error while loading. Please reload this page.
1 parent 3358445 commit 6a635f5Copy full SHA for 6a635f5
3 files changed
.github/workflows/gradle.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14
- name: Set up JDK 17
15
uses: actions/setup-java@v4
16
with:
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
contents: write
25
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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