We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e764bd2 + 79dc868 commit dec21e5Copy full SHA for dec21e5
2 files changed
.github/workflows/publish-artifacts.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Velocity
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Set up JDK 1.11
24
uses: actions/setup-java@v5
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@v5
+ uses: actions/checkout@v6
33
34
fetch-depth: 0
35
- name: Setup Python 3.x
0 commit comments