Skip to content

Commit a6910ac

Browse files
authored
Merge pull request #48 from bootjp/renovate/actions-checkout-digest
Update actions/checkout digest to de0fac2
2 parents 0f1e2a4 + 26f461e commit a6910ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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@v6
1212
with:
1313
go-version: ${{ matrix.go-version }}
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515
- run: go test ./...

0 commit comments

Comments
 (0)