From 5043d0b13e7b1913eaf8e706c9d99d39dd1c2ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:15:04 -0400 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in the github-actions group (#4148) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-homebrew.yml | 2 +- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/localize.yml | 2 +- .github/workflows/update-pages.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 22456851..e295c8d4 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -42,7 +42,7 @@ jobs: remove-docker-images: 'true' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index dfb232be..63994540 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -47,7 +47,7 @@ jobs: release: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Fix homebrew python if: matrix.os_name == 'macos' && matrix.os_version == '13' diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index c844300d..50861257 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -38,7 +38,7 @@ jobs: remove-docker-images: 'true' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 03cb909b..ba62e0d7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -34,7 +34,7 @@ jobs: toolchain: ucrt-x86_64 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4266bfe..85799db9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Release Setup id: release-setup @@ -147,7 +147,7 @@ jobs: coverage: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download coverage artifact uses: actions/download-artifact@v5 diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index cff329c4..17c5594e 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python 3.9 uses: actions/setup-python@v5 # https://github.com/actions/setup-python diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 06b1532f..030033ca 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Upload artifact uses: actions/upload-artifact@v4