Skip to content

Commit a2ab2b2

Browse files
Update actions/checkout action to v6
1 parent 04c56c6 commit a2ab2b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 1.21
2121

2222
- name: Git checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
with:
2525
fetch-depth: '0'
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
goarch: [amd64,arm64]
1616
steps:
1717
- name: Git checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919
with:
2020
fetch-depth: '0'
2121

0 commit comments

Comments
 (0)