Skip to content

Commit 184403a

Browse files
chore(deps): update actions/checkout action to v4 (#982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b19dd0 commit 184403a

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-22.04
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v3
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@v3
69+
- uses: actions/checkout@v4
7070
- name: Setup Node.js
7171
uses: actions/setup-node@v3
7272
with:

0 commit comments

Comments
 (0)