Skip to content

Commit 83e4c9f

Browse files
authored
Merge pull request #27 from bootjp/renovate/actions-checkout-digest
Update actions/checkout digest to 692973e
2 parents 53b34cc + 40dade9 commit 83e4c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code into the Go module directory
13-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414
- name: golangci-lint
1515
uses: reviewdog/action-golangci-lint@v2
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-go@v5
1212
with:
1313
go-version: ${{ matrix.go-version }}
14-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
- run: go test ./...

0 commit comments

Comments
 (0)