Skip to content

Commit bd2dae8

Browse files
committed
bump
1 parent 2c662eb commit bd2dae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v1
22+
uses: actions/checkout@v4
2323

2424
- name: Setup PHP
25-
uses: shivammathur/setup-php@v1
25+
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php }}
2828
coverage: none

0 commit comments

Comments
 (0)