mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
Upgrade checkout action version
This commit is contained in:
parent
656f54e7a9
commit
bcb1235f06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
with:
|
||||
go-version: ^1.16
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- name: Install golangci-lint
|
||||
run: |
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
|
Loading…
Reference in a new issue