diff --git a/.github/workflows/ci-merged-pull_requests.yml b/.github/workflows/ci-merged-pull_requests.yml index 9435bddad..38b33a82f 100644 --- a/.github/workflows/ci-merged-pull_requests.yml +++ b/.github/workflows/ci-merged-pull_requests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUBOAUTHTOKEN }}" @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable experimental docker features run: | diff --git a/.github/workflows/ci-pull_requests.yml b/.github/workflows/ci-pull_requests.yml index d69ef997f..18ec39dc8 100644 --- a/.github/workflows/ci-pull_requests.yml +++ b/.github/workflows/ci-pull_requests.yml @@ -25,7 +25,7 @@ jobs: extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c6b86e731..a2fd01ccf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,7 +20,7 @@ jobs: extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUBOAUTHTOKEN }}" @@ -53,7 +53,7 @@ jobs: php-version: '8.4' extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable experimental docker features run: |