Skip to content

Commit 2b5f0e1

Browse files
kevinGCgvisor-bot
authored andcommitted
github: update actions/checkout to newest version
PiperOrigin-RevId: 504693188
1 parent 06670e5 commit 2b5f0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
3535
"${{ github.event.pull_request.statuses_url }}"
3636
if: github.event_name == 'pull_request'
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3.3.0
3838
if: github.event_name == 'push' && steps.setup.outputs.has_token == 'true'
3939
with:
4040
fetch-depth: 0
4141
token: '${{ secrets.GO_TOKEN }}'
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3.3.0
4343
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
4444
with:
4545
fetch-depth: 0

0 commit comments

Comments
 (0)