bump actions/checkout to v4 (#5366)

This commit is contained in:
yassinebenaid 2024-08-04 16:49:12 +01:00 committed by GitHub
parent 5f79c1ce57
commit b971941897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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