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 0d94b7c commit a1cc332Copy full SHA for a1cc332
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
next-release-tag: ${{ steps.prepare-release.outputs.next-release-tag }}
33
steps:
34
# Check out the repo with credentials that can bypass branch protection, and fetch git history instead of just latest commit
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
with:
37
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
38
fetch-depth: 0
.github/workflows/unit-test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
12
13
- uses: actions/setup-java@v4
14
15
distribution: temurin
0 commit comments