Skip to content

Commit 929a45f

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d4050c commit 929a45f

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)