Skip to content

Commit 9517346

Browse files
Copilotlisachenko
andcommitted
Update deprecated GitHub Actions to latest versions
Co-authored-by: lisachenko <[email protected]>
1 parent de06fe0 commit 9517346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout"
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: "Install PHP"
1414
uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: "8.2"
1717
ini-values: memory_limit=-1
1818
tools: composer:v2
1919
- name: "Cache dependencies"
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.composer/cache

.github/workflows/phpunit.yml

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

2424
steps:
2525
- name: "Checkout"
26-
uses: "actions/checkout@v2"
26+
uses: "actions/checkout@v4"
2727

2828
- name: "Install PHP"
2929
uses: "shivammathur/setup-php@v2"
@@ -34,7 +34,7 @@ jobs:
3434
tools: composer:v2, cs2pr
3535

3636
- name: "Cache dependencies"
37-
uses: "actions/cache@v2"
37+
uses: "actions/cache@v4"
3838
with:
3939
path: |
4040
~/.composer/cache

0 commit comments

Comments
 (0)