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 2292ea2 + b5379ff commit 34cbf84Copy full SHA for 34cbf84
.github/workflows/publish-artifacts.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Velocity
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Set up JDK 1.11
24
uses: actions/setup-java@v4
25
with:
.github/workflows/wiki.yml
@@ -29,7 +29,7 @@ jobs:
29
url: ${{ steps.deployment.outputs.page_url }}
30
31
- name: Checkout Repository
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
34
fetch-depth: 0
35
- name: Setup Python 3.x
0 commit comments