Skip to content

Commit 8d674dd

Browse files
committed
Bump GitHub actions
1 parent b704fa1 commit 8d674dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
# https://github.com/docker/setup-qemu-action
2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { platform: "linux/amd64", internal-tag: "amd64" }
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
# https://github.com/docker/setup-qemu-action
2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)