Skip to content

Commit d6114c5

Browse files
authored
Merge pull request #230 from checkpoint-restore/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 6be12a4 + 142b14d commit d6114c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo make -C criu install-criu PREFIX=/usr
2424
2525
- name: Install Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@v6
2727
with:
2828
check-latest: true
2929

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo make -C criu install-criu PREFIX=/usr
3737
3838
- name: Install Go
39-
uses: actions/setup-go@v5
39+
uses: actions/setup-go@v6
4040
with:
4141
go-version: 'stable'
4242

0 commit comments

Comments
 (0)