chore(ci): Upgrade Github Actions to non-deprecated workflows

This commit is contained in:
Pål-Magnus Slåtto
2023-03-13 20:58:58 +01:00
committed by GitHub
parent f01bf248c1
commit e172e9f080
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.7.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- id: setup
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
issue_reviver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.repository == 'google/gvisor'
- run: make run TARGETS="//tools/github" ARGS="-path=. revive"
if: github.repository == 'google/gvisor'
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
- uses: actions/labeler@v4
if: github.base_ref == null
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"