Skip to content

Commit 95f65b0

Browse files
Update actions/checkout action to v7
1 parent 519e418 commit 95f65b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
goreleaser:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: checkout
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v7
99
- name: Set up Go
1010
uses: actions/setup-go@v3
1111
with:

0 commit comments

Comments
 (0)