Skip to content

Commit 7934714

Browse files
Update actions/checkout action to v4 (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 581d598 commit 7934714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prerequisites.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: go install golang.org/x/tools/cmd/goimports@latest
1414

1515
- name: Checkout the repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

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

3434
- name: Checkout the repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

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

5050
- name: Checkout the repository
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252

5353
- name: Run the tests
5454
run: make test

0 commit comments

Comments
 (0)