Skip to content

Commit 42ca4c5

Browse files
authored
Merge pull request #58 from Chris53897/feature/improve-ci
chore: fix ci deprecations
2 parents 2c02584 + 98941af commit 42ca4c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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

+1-1
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)