diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2270865..92c50e4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -32,7 +32,7 @@ jobs: exit 1 - name: Checkout ${{ matrix.repo }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: '${{ matrix.repo }}' diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bf8df8d..e549347 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -48,7 +48,7 @@ jobs: run: composer lint-8.2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: OS info run: cat /etc/os-release @@ -92,7 +92,7 @@ jobs: - "--prefer-lowest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Install PHP" uses: shivammathur/setup-php@v2 @@ -132,7 +132,7 @@ jobs: - "--prefer-lowest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Install PHP" uses: shivammathur/setup-php@v2