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 5942ca9 commit 663940eCopy full SHA for 663940e
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Set up JDK
17
uses: actions/setup-java@v4
18
with:
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
# Reference: https://github.com/lewagon/wait-on-check-action#running-workflow-name
20
running-workflow-name: 'Publish package'
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
23
24
25
0 commit comments