Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and twifkak committed Mar 8, 2022
1 parent 2118ed2 commit daed09b
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 get golang.org/x/tools/cmd/goimports

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

# 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.17'

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

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

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

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

0 comments on commit daed09b

Please sign in to comment.