mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #10376 from google:dependabot/github_actions/actions/checkout-4
PiperOrigin-RevId: 712599942
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- if: ${{ matrix.language == 'go' }}
|
||||
uses: actions/setup-go@v5.2.0
|
||||
|
||||
@@ -34,12 +34,12 @@ jobs:
|
||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||
"${{ github.event.pull_request.statuses_url }}"
|
||||
if: github.event_name == 'pull_request'
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/checkout@v4
|
||||
if: github.event_name == 'push' && steps.setup.outputs.has_token == 'true'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: '${{ secrets.GO_TOKEN }}'
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/checkout@v4
|
||||
if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
issue_reviver:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
if: github.repository == 'google/gvisor'
|
||||
- run: make run TARGETS="//tools/github" ARGS="-path=. revive"
|
||||
if: github.repository == 'google/gvisor'
|
||||
|
||||
Reference in New Issue
Block a user