Skip to content

Commit

Permalink
update actions deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehyiah committed Jan 31, 2024
1 parent 7cffe2c commit c468188
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# https://github.com/shivammathur/setup-php (community)
- name: Setup PHP, extensions and composer with shivammathur/setup-php
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v4
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xml, ctype, iconv, intl, pdo, pdo_mysql, dom, filter, gd, iconv, json
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -75,10 +75,5 @@ jobs:
matrix:
php-versions: [ '8.0', '8.1', '8.2' ]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: cache-db
with:
path: ~/.symfony/cache
key: db
- uses: actions/checkout@v4
- uses: symfonycorp/security-checker-action@v4

0 comments on commit c468188

Please sign in to comment.