forked from MTSR/mapserver
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
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2.1.4
|
- uses: actions/setup-go@v2.1.4
|
||||||
with:
|
with:
|
||||||
go-version: '1.16'
|
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
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: apt
|
- name: apt
|
||||||
run: sudo apt-get install -y nodejs npm
|
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
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: make release
|
run: make release
|
||||||
|
Loading…
Reference in New Issue
Block a user