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 2ab297e + 50252ba commit b5d3e5fCopy full SHA for b5d3e5f
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Fetch Sources
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
19
20
- name: Setup Java
21
uses: actions/setup-java@v4
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
contents: write
11
12
- name: Checkout Repository
13
- uses: actions/checkout@v6
14
with:
fetch-depth: 0
0 commit comments