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.
2 parents f6c0d82 + 2bff1e3 commit d1252f4Copy full SHA for d1252f4
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
- name: Setup cache
28
uses: actions/cache@v4
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: actions/cache@v4
11
with:
12
path: ~/.m2/repository
0 commit comments