From eb6a6bca8eaa16ca178b14c3d09f5567d47b919d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:23:30 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__call-codeql.yml | 4 ++-- .github/workflows/__call-common-lint.yml | 2 +- .github/workflows/__call-docker.yml | 6 ++--- .github/workflows/__call-release-notifier.yml | 2 +- .../workflows/__call-update-flathub-repo.yml | 4 ++-- .../workflows/__call-update-pacman-repo.yml | 2 +- .github/workflows/__cla-gist-replicator.yml | 2 +- .github/workflows/__global-replicator.yml | 24 +++++++++---------- .../workflows/__renovate-config-validator.yml | 2 +- .github/workflows/__update-cpm-cmake.yml | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/__call-codeql.yml b/.github/workflows/__call-codeql.yml index 1e5777b4..bab4f559 100644 --- a/.github/workflows/__call-codeql.yml +++ b/.github/workflows/__call-codeql.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get repo languages id: lang @@ -181,7 +181,7 @@ jobs: timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 60 }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index f02e8438..fdc81524 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download problem matchers shell: bash diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 2049b10f..fe9e4103 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Find dockerfiles id: find @@ -150,7 +150,7 @@ jobs: remove-docker-images: 'true' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -339,7 +339,7 @@ jobs: - docker steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: sparse-checkout: | DOCKER_README.md diff --git a/.github/workflows/__call-release-notifier.yml b/.github/workflows/__call-release-notifier.yml index daa9dfba..2a9b25bc 100644 --- a/.github/workflows/__call-release-notifier.yml +++ b/.github/workflows/__call-release-notifier.yml @@ -60,7 +60,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && steps.check-release.outputs.isLatestRelease == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: "LizardByte/LizardByte.github.io" diff --git a/.github/workflows/__call-update-flathub-repo.yml b/.github/workflows/__call-update-flathub-repo.yml index 63923987..435d9e9a 100644 --- a/.github/workflows/__call-update-flathub-repo.yml +++ b/.github/workflows/__call-update-flathub-repo.yml @@ -60,13 +60,13 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && steps.check-release.outputs.isLatestRelease == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout flathub-repo if: >- steps.check-label.outputs.hasTopic == 'true' && steps.check-release.outputs.isLatestRelease == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: "flathub/${{ env.FLATHUB_PKG }}" path: "flathub/${{ env.FLATHUB_PKG }}" diff --git a/.github/workflows/__call-update-pacman-repo.yml b/.github/workflows/__call-update-pacman-repo.yml index f70eb192..1c31f1de 100644 --- a/.github/workflows/__call-update-pacman-repo.yml +++ b/.github/workflows/__call-update-pacman-repo.yml @@ -59,7 +59,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && steps.check-release.outputs.isLatestRelease == 'true' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.repository_owner }}/pacman-repo diff --git a/.github/workflows/__cla-gist-replicator.yml b/.github/workflows/__cla-gist-replicator.yml index 7f9806c4..3a360e3c 100644 --- a/.github/workflows/__cla-gist-replicator.yml +++ b/.github/workflows/__cla-gist-replicator.yml @@ -28,7 +28,7 @@ jobs: - file_path: 'legal/cla/metadata' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Deploy Gist uses: exuanbo/actions-deploy-gist@v1 diff --git a/.github/workflows/__global-replicator.yml b/.github/workflows/__global-replicator.yml index c7e38502..978b3d22 100644 --- a/.github/workflows/__global-replicator.yml +++ b/.github/workflows/__global-replicator.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Removing files uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -85,7 +85,7 @@ jobs: # checkout between each step to ensure we have a clean GitHub workspace # see https://github.com/derberg/manage-files-in-multiple-repositories/issues/61#issuecomment-1747013728 - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (general) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -108,7 +108,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (docs) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -128,7 +128,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (flathub) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -148,7 +148,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (homebrew) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -168,7 +168,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (pacman) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -188,7 +188,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (winget) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -208,7 +208,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (python) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -228,7 +228,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (docker) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -248,7 +248,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (c, cpp) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 @@ -268,7 +268,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (custom issues) # GitHub will not show the global issue config if there are any custom templates in the repo @@ -289,7 +289,7 @@ jobs: destination: '' - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Replicating files (release/changelog workflows) uses: derberg/manage-files-in-multiple-repositories@v2.1.0 diff --git a/.github/workflows/__renovate-config-validator.yml b/.github/workflows/__renovate-config-validator.yml index ede76e12..b3dc542b 100644 --- a/.github/workflows/__renovate-config-validator.yml +++ b/.github/workflows/__renovate-config-validator.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Find additional files id: find-files diff --git a/.github/workflows/__update-cpm-cmake.yml b/.github/workflows/__update-cpm-cmake.yml index f02c28b5..a22e2b6b 100644 --- a/.github/workflows/__update-cpm-cmake.yml +++ b/.github/workflows/__update-cpm-cmake.yml @@ -61,7 +61,7 @@ jobs: max-parallel: 1 # run one at a time to attempt to avoid GitHub api rate limits steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.repository_owner }}/${{ matrix.repo }} token: ${{ secrets.GH_BOT_TOKEN }}