diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 5df7b85..d226a27 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@v6 name: Checkout repository - name: Setup PHP diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 8dff5ca..7c2eec6 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -26,7 +26,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@v6 name: Checkout repository - name: Cache dependencies diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 42f2e9e..8736c4a 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@v4 + - uses: actions/checkout@v6 name: Checkout repository - name: Setup PHP diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index 7b62859..f22f23d 100644 --- a/.github/workflows/slim.yml +++ b/.github/workflows/slim.yml @@ -21,7 +21,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@v6 name: Checkout repository - name: Cache dependencies diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2143a2b..86deec9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,7 +12,7 @@ jobs: static-analysis: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout repository - name: Setup PHP