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 76dabb6 commit a3a5f0dCopy full SHA for a3a5f0d
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
major: ${{ steps.tags.outputs.major }}
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
23
- name: Extract version number
24
id: tags
.github/workflows/self-test.yml
@@ -20,7 +20,7 @@ jobs:
25
- name: Build container
26
run: |
0 commit comments