Skip to content

Commit 36f204f

Browse files
renovate[bot]la3rence
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 0958736 commit 36f204f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3131
- uses: actions/cache@v4
3232
with:
3333
# In order:

0 commit comments

Comments
 (0)