Skip to content

Commit 35183c1

Browse files
Update actions/checkout action to v6
1 parent a4b1f3b commit 35183c1

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@v4
16+
uses: actions/checkout@v6
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@v4
35+
uses: actions/checkout@v6
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@v4
51+
uses: actions/checkout@v6
5252

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

0 commit comments

Comments
 (0)