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.
1 parent 5c412fa commit cfa8f89Copy full SHA for cfa8f89
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- name: Set up JDK 21
17
uses: actions/setup-java@v4
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
java-version: 21
45
46
- name: Checkout
47
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
48
with:
49
token: ${{ secrets.REPO_ACCESS_TOKEN }}
50
0 commit comments