Skip to content

Commit 9a3eed9

Browse files
chore(deps): update actions/checkout action to v4
1 parent 4072bf1 commit 9a3eed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2.4.0
23+
uses: actions/checkout@v4.1.1
2424
- name: Unshallow
2525
run: git fetch --prune --unshallow
2626
- name: Set up Go

0 commit comments

Comments
 (0)