Skip to content

Commit

Permalink
Bump action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Nov 8, 2024
1 parent 0b6c0fe commit 3c2dba2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
php-cs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lumen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: PHP ${{ matrix.php }} / Lumen ${{ matrix.lumen }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand All @@ -30,15 +30,15 @@ jobs:
php-version: ${{ matrix.php }}

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }} --no-dev

- name: Cache security checker dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.symfony/cache
key: security-checker-db

- uses: symfonycorp/security-checker-action@v3
- uses: symfonycorp/security-checker-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: PHP ${{ matrix.php }} / Slim ${{ matrix.slim }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand Down

0 comments on commit 3c2dba2

Please sign in to comment.