Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to a5ac7e5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 0d7f21a commit 3f3088d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Test
run: |
go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic
Expand All @@ -27,7 +27,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/cache@v4
with:
# In order:
Expand Down

0 comments on commit 3f3088d

Please sign in to comment.