We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 023963b + 57d85c0 commit a086c49Copy full SHA for a086c49
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Check out the project
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: Set up JDK ${{env.java-version}}
19
uses: actions/setup-java@v4
20
with:
.github/workflows/update-labels.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- name: Checkout
10
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- name: Run Labeler
0 commit comments