diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index d47797b..9ef6404 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -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 diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 6ded87f..b0cf3fa 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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 diff --git a/.github/workflows/lumen.yml b/.github/workflows/lumen.yml index 329621d..58becd4 100644 --- a/.github/workflows/lumen.yml +++ b/.github/workflows/lumen.yml @@ -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 diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 0e58b3a..9db4aa6 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -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 @@ -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 diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index ff15156..d0bfc2b 100644 --- a/.github/workflows/slim.yml +++ b/.github/workflows/slim.yml @@ -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