Skip to content

Commit 7fa0057

Browse files
bootc-bot[bot]jlebon
authored andcommitted
Update actions/setup-go action to v7
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent bde1af4 commit 7fa0057

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-bink/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
cat /sys/kernel/mm/ksm/run
2626
2727
- name: Set up Go
28-
uses: actions/setup-go@v6
28+
uses: actions/setup-go@v7
2929
with:
3030
go-version-file: go.mod
3131
cache: true

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v6
23+
uses: actions/setup-go@v7
2424
with:
2525
go-version-file: go.mod
2626
cache: true

0 commit comments

Comments
 (0)