Skip to content

Commit 72f7b1f

Browse files
chore(deps): update actions/checkout action to v3 (#783)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 68f7183 commit 72f7b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php: '7.4'
2828
os: ubuntu-18.04
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v2
3333
with:
@@ -66,7 +66,7 @@ jobs:
6666
needs: test
6767
if: github.repository_owner == 'xdebug' && github.event_name == 'push' && github.ref == 'refs/heads/main'
6868
steps:
69-
- uses: actions/checkout@v2
69+
- uses: actions/checkout@v3
7070
- name: Setup Node.js
7171
uses: actions/setup-node@v2
7272
with:

0 commit comments

Comments
 (0)