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 466b3ab + 5d20dca commit 5f0a246Copy full SHA for 5f0a246
.github/workflows/lint-and-test-dev.yml
@@ -41,7 +41,7 @@ jobs:
41
timeout-minutes: 15
42
steps:
43
- name: Checkout
44
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
45
- name: Set up java
46
uses: actions/setup-java@v5
47
with:
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: git-pr-release
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
15
fetch-depth: 0
16
- name: git-pr-release
.github/workflows/test-main.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
- name: 'Set up java ${{ matrix.java-version }}'
55
56
0 commit comments