From 328a4064cf82dffb9a1042d8816ebf3257a52c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 16:35:54 +0000 Subject: [PATCH] Bump the namespace-actions group with 2 updates Bumps the namespace-actions group with 2 updates: [namespacelabs/nscloud-checkout-action](https://github.com/namespacelabs/nscloud-checkout-action) and [namespacelabs/nscloud-cache-action](https://github.com/namespacelabs/nscloud-cache-action). Updates `namespacelabs/nscloud-checkout-action` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/namespacelabs/nscloud-checkout-action/releases) - [Commits](https://github.com/namespacelabs/nscloud-checkout-action/compare/938f5d2d403d6224d9a0c0dc559b1dae09c2ede4...6c0b4ec65053c174f477e4c264bdbfdc70ad36cd) Updates `namespacelabs/nscloud-cache-action` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/namespacelabs/nscloud-cache-action/releases) - [Commits](https://github.com/namespacelabs/nscloud-cache-action/compare/a90bb5d4b27522ce881c6e98eebd7d7e6d1653f9...15799a6b54e5765f85b2aac25b3f0df43ed571c0) --- updated-dependencies: - dependency-name: namespacelabs/nscloud-checkout-action dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: namespace-actions - dependency-name: namespacelabs/nscloud-cache-action dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: namespace-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_draft.yml | 2 +- .github/workflows/feature_flag_cleanup.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog_draft.yml b/.github/workflows/changelog_draft.yml index ea219c7f8..d7e5d85bf 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@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8.1.2 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 280dc66cd..cc6b39e6b 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@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8.1.2 with: fetch-depth: 0 @@ -155,13 +155,13 @@ jobs: contents: read steps: - name: Check out code - uses: namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1 + uses: namespacelabs/nscloud-checkout-action@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8.1.2 with: ref: ${{ needs.analyze.outputs.analyzed_sha }} fetch-depth: 0 - name: Setup Rust cache - uses: namespacelabs/nscloud-cache-action@a90bb5d4b27522ce881c6e98eebd7d7e6d1653f9 # v1.4.2 + uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1.4.3 with: cache: rust @@ -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@6c0b4ec65053c174f477e4c264bdbfdc70ad36cd # v8.1.2 with: ref: ${{ needs.analyze.outputs.analyzed_sha }} fetch-depth: 0