Skip to content

Commit 7af7cb0

Browse files
committed
Merge pull request #10376 from google:dependabot/github_actions/actions/checkout-4
PiperOrigin-RevId: 712599942
2 parents e402a30 + 929a45f commit 7af7cb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
- if: ${{ matrix.language == 'go' }}
4545
uses: actions/[email protected]

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
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@v3.3.0
37+
- uses: actions/checkout@v4
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@v3.3.0
42+
- uses: actions/checkout@v4
4343
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
4444
with:
4545
fetch-depth: 0

.github/workflows/issue_reviver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
issue_reviver:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
if: github.repository == 'google/gvisor'
1414
- run: make run TARGETS="//tools/github" ARGS="-path=. revive"
1515
if: github.repository == 'google/gvisor'

0 commit comments

Comments
 (0)