Skip to content

Commit ff4fd97

Browse files
committed
update gh workflow action versions
1 parent 7f2eb19 commit ff4fd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
@@ -31,7 +31,7 @@ jobs:
3131
coverage: none
3232

3333
- name: Install dependencies
34-
uses: ramsey/composer-install@v2
34+
uses: ramsey/composer-install@v3
3535
with:
3636
composer-options: "--prefer-dist --no-cache"
3737

0 commit comments

Comments
 (0)