From 04c8c066c926473b72b2b69b975ccf035c3ffef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:37:32 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/stable-linux.yml | 12 ++++++------ .github/workflows/stable-macos.yml | 2 +- .github/workflows/stable-windows.yml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index d82bed42..1675aa0e 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -53,7 +53,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} @@ -93,7 +93,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -213,7 +213,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes' @@ -328,7 +328,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' @@ -429,7 +429,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} @@ -530,7 +530,7 @@ jobs: # if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && needs.check.outputs.SHOULD_BUILD_SNAP != 'no' && vars.DISABLE_STABLE_SNAP != 'yes' # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # with: # ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index f22f96b6..f5ff5d75 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -59,7 +59,7 @@ jobs: vscode_arch: arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-windows.yml b/.github/workflows/stable-windows.yml index f86c726e..3b8b6345 100644 --- a/.github/workflows/stable-windows.yml +++ b/.github/workflows/stable-windows.yml @@ -51,7 +51,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} @@ -91,7 +91,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -180,7 +180,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -293,7 +293,7 @@ jobs: # if: needs.build.outputs.SHOULD_DEPLOY == 'yes' # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # with: # ref: ${{ env.GITHUB_BRANCH }}