Skip to content

Commit baa374f

Browse files
chore(deps): update actions/checkout digest to 8e8c483
1 parent 36f204f commit baa374f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
- name: Test
1818
run: |
1919
go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
- name: Checkout code
30-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3131
- uses: actions/cache@v4
3232
with:
3333
# In order:

0 commit comments

Comments
 (0)