Skip to content

Commit 327451e

Browse files
chore(deps): update actions/checkout action to v6
1 parent 2c60d9d commit 327451e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: "1.20"
2222
- name: Checkout Repository
23-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2424
- name: Run golangci-lint
2525
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
2626
with:
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: ${{ env.GOPATH }}/src/${{ github.repository }}
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4040
with:
4141
path: ${{ env.GOPATH }}/src/${{ github.repository }}
4242
- name: Setup Go

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 5
1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go

0 commit comments

Comments
 (0)