From 156044e6dd21a961fdda36f889172e409816324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:24:41 -0800 Subject: [PATCH] Bump actions/checkout from 5 to 6 (#1281) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check_urls.yml | 2 +- .github/workflows/export_web.yml | 2 +- .github/workflows/static_checks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_urls.yml b/.github/workflows/check_urls.yml index 34eb77d9..c9ebfa0b 100644 --- a/.github/workflows/check_urls.yml +++ b/.github/workflows/check_urls.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Restore lychee cache uses: actions/cache@v4 diff --git a/.github/workflows/export_web.yml b/.github/workflows/export_web.yml index be07cc27..8e418a13 100644 --- a/.github/workflows/export_web.yml +++ b/.github/workflows/export_web.yml @@ -16,7 +16,7 @@ jobs: image: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup run: | diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index ff91de42..7866cc0a 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install dependencies run: |