We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3e705d + d952d8a commit 34a8fafCopy full SHA for 34a8faf
.github/workflows/build-linux-x64.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
23
- name: Pull Latest Linux Base Image
.github/workflows/update-dockerhub.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
- name: Update Docker HUB Description
15
uses: peter-evans/dockerhub-description@v5
16
with:
0 commit comments