Skip to content

Commit

Permalink
Merge pull request #118 from container-orchestrated-devices/dependabo…
Browse files Browse the repository at this point in the history
…t/github_actions/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
elezar authored Mar 15, 2023
2 parents 4976125 + dd8f476 commit ff2f106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- goos: windows
goarch: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
Expand All @@ -34,7 +34,7 @@ jobs:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
Expand All @@ -55,7 +55,7 @@ jobs:
- goos: windows
goarch: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit ff2f106

Please sign in to comment.