From 86b81aaeb43270eb846515ab9d80aa7c3769d8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:35:10 +0000 Subject: [PATCH] chore(deps): bump namespacelabs/nscloud-checkout-action Bumps [namespacelabs/nscloud-checkout-action](https://github.com/namespacelabs/nscloud-checkout-action) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/namespacelabs/nscloud-checkout-action/releases) - [Commits](https://github.com/namespacelabs/nscloud-checkout-action/compare/938f5d2d403d6224d9a0c0dc559b1dae09c2ede4...445c25d7009680597d73eb03c4e1cd5be522ed73) --- updated-dependencies: - dependency-name: namespacelabs/nscloud-checkout-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_draft.yml | 2 +- .github/workflows/feature_flag_cleanup.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/changelog_draft.yml b/.github/workflows/changelog_draft.yml index ea219c7f..ec272e5d 100644 --- a/.github/workflows/changelog_draft.yml +++ b/.github/workflows/changelog_draft.yml @@ -37,7 +37,7 @@ jobs: runs-on: namespace-profile-ubuntu-small steps: - name: Check out code - uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1 + uses: namespacelabs/nscloud-checkout-action@445c25d7009680597d73eb03c4e1cd5be522ed73 # v9.0.0 with: # Check out the default branch (not the release tag) so the skill # files and scripts are always available — older release tags may diff --git a/.github/workflows/feature_flag_cleanup.yml b/.github/workflows/feature_flag_cleanup.yml index 280dc66c..dcfe10de 100644 --- a/.github/workflows/feature_flag_cleanup.yml +++ b/.github/workflows/feature_flag_cleanup.yml @@ -25,7 +25,7 @@ jobs: artifact_url: ${{ steps.upload_feature_flag_log.outputs.artifact-url }} steps: - name: Check out code - uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1 + uses: namespacelabs/nscloud-checkout-action@445c25d7009680597d73eb03c4e1cd5be522ed73 # v9.0.0 with: fetch-depth: 0 @@ -155,7 +155,7 @@ jobs: contents: read steps: - name: Check out code - uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1 + uses: namespacelabs/nscloud-checkout-action@445c25d7009680597d73eb03c4e1cd5be522ed73 # v9.0.0 with: ref: ${{ needs.analyze.outputs.analyzed_sha }} fetch-depth: 0 @@ -212,7 +212,7 @@ jobs: pull-requests: write steps: - name: Check out code - uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1 + uses: namespacelabs/nscloud-checkout-action@445c25d7009680597d73eb03c4e1cd5be522ed73 # v9.0.0 with: ref: ${{ needs.analyze.outputs.analyzed_sha }} fetch-depth: 0