Skip to content

Commit

Permalink
Update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 5a80277 commit 4be626b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: "1.18"
- name: Check out code into the Go module directory
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.6.0
- name: Build
run: |
go build -v .
Expand All @@ -28,7 +28,7 @@ jobs:
with:
go-version: "1.18"
- name: Check out code into the Go module directory
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.6.0
- name: Unit testing
run: |
go test -v -cover .

0 comments on commit 4be626b

Please sign in to comment.