We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00003f commit 9f7d697Copy full SHA for 9f7d697
2 files changed
.github/workflows/ado_artifacts_build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
submodules: recursive
18
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
fetch-depth: 0
21
- name: Set up JDK 21
0 commit comments