Skip to content

Commit e7e5d30

Browse files
Merge pull request #2 from ffmpegwasm/dependabot/github_actions/actions/checkout-3
2 parents ecad9e1 + 72222c6 commit e7e5d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828
- name: Check out repository (push)
2929
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target' || github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Check out repository (pull_request_target)
3333
if: ${{ github.event_name == 'pull_request_target' }}
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha }}
3737

0 commit comments

Comments
 (0)