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 dea7ccf + 45c2f47 commit 704819eCopy full SHA for 704819e
.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@v4
+ - uses: actions/checkout@v5
22
- name: Set up JDK ${{ matrix.jdk }}
23
uses: actions/setup-java@v4
24
with:
.github/workflows/codeql.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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