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 005f738 commit bc7cb89Copy full SHA for bc7cb89
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up JDK 21
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