Skip to content

Commit

Permalink
Merge pull request #53 from spf13/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
jpmcb committed Jun 13, 2023
2 parents ea7926a + 3116dfb commit 0d35670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '1.17'

- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
with:
go-version: 1.${{ matrix.go }}.x

- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
unzip
mingw-w64-x86_64-go
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 0d35670

Please sign in to comment.