Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Upgrade to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Biville committed Apr 2, 2020
1 parent cfa0b3d commit 0c2a10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.13'
Expand All @@ -31,7 +31,7 @@ jobs:
)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.13'
Expand Down

0 comments on commit 0c2a10d

Please sign in to comment.