Skip to content

Commit ff6ff04

Browse files
committed
actions/checkout@v4
1 parent 153e0b1 commit ff6ff04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: composer test
1616
uses: docker://chubbyphp/ci-php81:latest
1717
env:
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: composer test
2727
uses: docker://chubbyphp/ci-php82:latest
2828
env:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-22.04
3434
steps:
3535
- name: checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: composer test
3838
uses: docker://chubbyphp/ci-php83:latest
3939
env:

0 commit comments

Comments
 (0)