From 1f262d918dd0a159e2c4dcf2e4c342ebfaf76704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:52:40 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d675a34..a32947a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest container: kambi/castle-engine-cloud-builds-tools:cge-unstable steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Package Windows run: castle-engine package --os=win64 --cpu=x86_64 --verbose @@ -64,7 +64,7 @@ jobs: ] runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Use https://github.com/castle-engine/castle-build-ci to get FPC and CGE - name: Setup Castle Game Engine @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest needs: [release] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update Release Tag if: ${{ github.ref == 'refs/heads/master' }} run: |