We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9471e5d + 54b38a7 commit 5fb0c30Copy full SHA for 5fb0c30
2 files changed
.github/workflows/cd.yml
@@ -43,7 +43,7 @@ jobs:
43
if: needs.validate.outputs.should_release == 'true'
44
steps:
45
- name: Check out
46
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
47
- name: Set up JDK 11
48
uses: actions/setup-java@v3
49
with:
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
11
12
13
0 commit comments