diff --git a/.github/workflows/Codecov.yml b/.github/workflows/Codecov.yml index 0913da7..9eaad10 100644 --- a/.github/workflows/Codecov.yml +++ b/.github/workflows/Codecov.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/RunCommandOnMatrix.yml b/.github/workflows/RunCommandOnMatrix.yml index b91689e..b75fa6e 100644 --- a/.github/workflows/RunCommandOnMatrix.yml +++ b/.github/workflows/RunCommandOnMatrix.yml @@ -37,7 +37,7 @@ jobs: name: ${{ inputs.title }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/Scorecard.yml b/.github/workflows/Scorecard.yml index 3e60a0f..ce991d3 100644 --- a/.github/workflows/Scorecard.yml +++ b/.github/workflows/Scorecard.yml @@ -12,7 +12,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Run analysis