diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2278aabd40e..8cae97d8216 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -28,7 +28,7 @@ jobs: pm-version-major: 5 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/discord-release-notify.yml b/.github/workflows/discord-release-notify.yml index ca960ada072..0348f99916d 100644 --- a/.github/workflows/discord-release-notify.yml +++ b/.github/workflows/discord-release-notify.yml @@ -23,7 +23,7 @@ jobs: php-version: 8.2 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index e01502b5c32..11cc1bf0411 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true #needed for build/php submodule diff --git a/.github/workflows/docker-image-publish.yml b/.github/workflows/docker-image-publish.yml index 62862da3ce2..e6509766c88 100644 --- a/.github/workflows/docker-image-publish.yml +++ b/.github/workflows/docker-image-publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true #needed for build/php submodule diff --git a/.github/workflows/draft-release-pr-check.yml b/.github/workflows/draft-release-pr-check.yml index 8238105f4c7..323ded40653 100644 --- a/.github/workflows/draft-release-pr-check.yml +++ b/.github/workflows/draft-release-pr-check.yml @@ -54,7 +54,7 @@ jobs: php-version: 8.2 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c0bdd0b9ae7..34cd5159be0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -92,7 +92,7 @@ jobs: php-version: ${{ env.PHP_VERSION }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -155,7 +155,7 @@ jobs: run: php tools/generate-permission-doc.php rst - name: Upload release artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: release_artifacts path: | diff --git a/.github/workflows/main-php-matrix.yml b/.github/workflows/main-php-matrix.yml index fa692c7cccf..d97884644cb 100644 --- a/.github/workflows/main-php-matrix.yml +++ b/.github/workflows/main-php-matrix.yml @@ -37,7 +37,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -69,7 +69,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -103,7 +103,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -135,7 +135,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files