We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a062d commit a2f2db1Copy full SHA for a2f2db1
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
version: [11, 17, 21]
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: Install java
21
uses: actions/setup-java@v5
@@ -49,7 +49,7 @@ jobs:
49
actions: write
50
51
52
53
with:
54
# we need to fetch all existing git tags
55
fetch-depth: 0
0 commit comments