Skip to content

Commit 5879e72

Browse files
committed
upgrade github actions
1 parent 4d6f886 commit 5879e72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create_staging_branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ensure-base-is-staging:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: ensure base is staging
2121
env:
2222
PR_AUTHOR: ${{ github.event.pull_request.user.login }}

.github/workflows/delete_staging_and_head_branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !github.event.pull_request.head.repo.fork }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Delete staging and head branches
2121
env:
2222
STAGING_BRANCH: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)