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 85b243c + 44f0938 commit 06fc1a9Copy full SHA for 06fc1a9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
19
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- name: Set up JDK ${{ matrix.jdk }}
23
uses: actions/setup-java@v5
24
with:
.github/workflows/codeql.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout
31
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
32
33
- name: Setup Java
34
.github/workflows/sync-labels.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
12
- uses: micnncim/action-label-syncer@v1
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments