Skip to content

Commit 6cccf4c

Browse files
BREAKING: The dependency actions/checkout has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 020212f commit 6cccf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go

0 commit comments

Comments
 (0)