Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 7, 2022
1 parent 4d609bd commit 13375aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29 #v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Get values for cache paths to be used in later steps
- id: cache-paths
Expand Down

0 comments on commit 13375aa

Please sign in to comment.