Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#705)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 581d598 commit 7934714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: go install golang.org/x/tools/cmd/goimports@latest

- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Comment this out for now until amppackager passes goimports.
# https://github.com/ampproject/amppackager/issues/506
Expand All @@ -32,7 +32,7 @@ jobs:
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Diagnose the code with go vet
# TODO(banaag): Turn on composite checking when
Expand All @@ -48,7 +48,7 @@ jobs:
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run the tests
run: make test
Expand Down

0 comments on commit 7934714

Please sign in to comment.