Skip to content

Commit 0a940b1

Browse files
Update actions/checkout action to v7
1 parent 04c56c6 commit 0a940b1

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1919
with:
2020
fetch-depth: '0'
2121

0 commit comments

Comments
 (0)