Skip to content

Commit

Permalink
bump actions/checkout to v4 (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinebenaid authored Aug 4, 2024
1 parent 5f79c1c commit b971941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b971941

Please sign in to comment.