From 07a689080369f3e829274be3d52f2829ce1de3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:46:51 -0700 Subject: [PATCH] Bump actions/checkout from 6.0.3 to 7.0.0 (#32179) Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [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.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 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/build_rust.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/devdocs.yml | 2 +- .github/workflows/generate_autodoc.yml | 2 +- .github/workflows/merge_upstream_master.yml | 2 +- .github/workflows/render_nanomaps.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_rust.yml b/.github/workflows/build_rust.yml index e7c736289af..5f42c83ce4d 100644 --- a/.github/workflows/build_rust.yml +++ b/.github/workflows/build_rust.yml @@ -44,7 +44,7 @@ jobs: echo "PR_BRANCH=`jq -r '.head.ref' <<<$pr_json`" >> $GITHUB_ENV echo "PR_HEAD_LABEL=`jq -r '.head.label' <<<$pr_json`" >> $GITHUB_ENV - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: repository: ${{ env.PR_REPO }} ref: ${{ env.PR_BRANCH }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080ebb0e6d3..22a1a4dcba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Run Linters runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Setup Cache uses: actions/cache@v6.1.0 @@ -68,7 +68,7 @@ jobs: name: Lint with OpenDream runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Setup OD run: | bash tools/ci/setup_od.sh @@ -88,7 +88,7 @@ jobs: matrix: byondtype: ['STABLE'] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Restore BYOND from Cache uses: ./.github/actions/restore_or_install_byond with: @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Load Build Dependencies id: deps shell: bash @@ -171,7 +171,7 @@ jobs: station: ['boxstation', 'deltastation', 'metastation', 'cerestation', 'emeraldstation'] byondtype: ['STABLE'] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Restore BYOND from Cache uses: ./.github/actions/restore_or_install_byond with: @@ -193,7 +193,7 @@ jobs: matrix: byondtype: ['STABLE'] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Restore BYOND from Cache uses: ./.github/actions/restore_or_install_byond with: diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml index ffa9aebf713..9c0c652f3b3 100644 --- a/.github/workflows/devdocs.yml +++ b/.github/workflows/devdocs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Build docs run: | diff --git a/.github/workflows/generate_autodoc.yml b/.github/workflows/generate_autodoc.yml index edff572b32a..99739027b6f 100644 --- a/.github/workflows/generate_autodoc.yml +++ b/.github/workflows/generate_autodoc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 'Update Branch' - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 1 ref: master diff --git a/.github/workflows/merge_upstream_master.yml b/.github/workflows/merge_upstream_master.yml index 1a92840b1d6..3545fe0dc84 100644 --- a/.github/workflows/merge_upstream_master.yml +++ b/.github/workflows/merge_upstream_master.yml @@ -47,7 +47,7 @@ jobs: echo "PR_BRANCH=`jq -r '.head.ref' <<<$pr_json`" >> $GITHUB_ENV echo "PR_HEAD_LABEL=`jq -r '.head.label' <<<$pr_json`" >> $GITHUB_ENV - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 with: repository: ${{ env.PR_REPO }} ref: ${{ env.PR_BRANCH }} diff --git a/.github/workflows/render_nanomaps.yml b/.github/workflows/render_nanomaps.yml index 9c260cdec9b..d9c719809a0 100644 --- a/.github/workflows/render_nanomaps.yml +++ b/.github/workflows/render_nanomaps.yml @@ -23,7 +23,7 @@ jobs: - run: echo "GH_TOKEN=${{ steps.create_token.outputs.token }}" >> "$GITHUB_ENV" - name: 'Update Branch' - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: token: ${{ steps.create_token.outputs.token }}