Skip to content

Commit 457fbf6

Browse files
authored
Merge pull request #138 from markusressel/dependabot/github_actions/actions/setup-go-7
build(deps): bump actions/setup-go from 6 to 7
2 parents 0802b62 + 47d10c8 commit 457fbf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global --add safe.directory '*'
2525
git config --global --add safe.directory '/__w/zfs-file-history/zfs-file-history'
2626
27-
- uses: actions/setup-go@v6
27+
- uses: actions/setup-go@v7
2828
with:
2929
go-version: '^1.23'
3030

@@ -106,7 +106,7 @@ jobs:
106106
- name: Checkout the repository
107107
uses: actions/checkout@v7
108108

109-
- uses: actions/setup-go@v6
109+
- uses: actions/setup-go@v7
110110
with:
111111
go-version: '^1.23'
112112

0 commit comments

Comments
 (0)