Skip to content

Commit 64f560d

Browse files
committed
chore: bump github actions versions to fix ci deprecations
1 parent b73d0a4 commit 64f560d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: PHP ${{ matrix.php }} tests - ${{ matrix.stability }}
1717
steps:
1818
# basically git clone
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Cache dependencies
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.composer/cache/files
2525
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

.github/workflows/code_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
code_coverage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: shivammathur/setup-php@v2
1212
with:
1313
php-version: 8.2

.github/workflows/tests-upcoming-symfony.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
continue-on-error: true
1313
steps:
1414
- name: 'Checkout code'
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: 'Install PHP with extensions'
1818
uses: shivammathur/setup-php@2.22.0

0 commit comments

Comments
 (0)