Skip to content

Commit dc8cc73

Browse files
chore(deps): update actions/checkout action to v6
1 parent eaf630d commit dc8cc73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: [linux, windows, darwin]
1717
goarch: [amd64, arm64]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: wangyoucao577/go-release-action@v1
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)