We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8e80 commit 66bf8e5Copy full SHA for 66bf8e5
3 files changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
- name: Setup JVM
14
uses: actions/setup-java@v5
15
with:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
16
17
.github/workflows/website.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
- name: Fetch tags
34
run: git fetch --prune --unshallow --tags
35
0 commit comments