Skip to content

Commit

Permalink
ci: update actions/{cache,checkout} to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Jun 21, 2022
1 parent 9f2102c commit 07d0e55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Cache-Go
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod # Module download cache
Expand All @@ -42,7 +42,9 @@ jobs:
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Build-Linux-32b
if: matrix.platform == 'ubuntu-latest'
Expand Down

0 comments on commit 07d0e55

Please sign in to comment.