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 f9007c1 commit 6aff32dCopy full SHA for 6aff32d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
8
if: github.ref == 'refs/heads/main'
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- name: Tag on Github
13
id: tag_on_github
.github/workflows/scheduled-rebuild.yml
@@ -10,7 +10,7 @@ jobs:
name: Rebuild latest image version
14
15
- name: Get latest version
id: get_latest_version
0 commit comments