mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-20 11:16:22 -05:00
bump actions/checkout to v4 (#5366)
This commit is contained in:
parent
5f79c1ce57
commit
b971941897
3 changed files with 3 additions and 3 deletions
2
.github/workflows/run-check.yaml
vendored
2
.github/workflows/run-check.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: golang:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: run script
|
||||
|
|
2
.github/workflows/site-deploy.yaml
vendored
2
.github/workflows/site-deploy.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
environment: netlify
|
||||
container: golang:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: Make awesome-go.com
|
||||
|
|
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: golang:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue