Skip to content

Commit 98941af

Browse files
committed
chore: fix ci deprecations
1 parent 2c02584 commit 98941af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tools: composer:v2
3434

3535
- name: Checkout code
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737

3838
- name: Download dependencies
3939
run: |

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: PHP-CS-Fixer
1919
uses: docker://oskarstark/php-cs-fixer-ga:2.16.4

0 commit comments

Comments
 (0)