Update actions/checkout action to v2
This commit is contained in:
parent
d19e211083
commit
7d9624cd72
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2.1.4
|
||||
with:
|
||||
go-version: '1.16'
|
||||
|
2
.github/workflows/jshint.yml
vendored
2
.github/workflows/jshint.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: apt
|
||||
run: sudo apt-get install -y nodejs npm
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: build
|
||||
run: make release
|
||||
|
Loading…
Reference in New Issue
Block a user