Merge pull request #1263 from shirou/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
pull/1265/head
Lomanic 3 years ago committed by GitHub
commit 12228e722d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: cache-paths
run: |
echo "::set-output name=cache::$(go env GOCACHE)"

@ -14,7 +14,7 @@ jobs:
with:
go-version: 1.17
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:

@ -5,6 +5,6 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: go-env
run: |
echo "::set-output name=cache::$(go env GOCACHE)"

Loading…
Cancel
Save