From ece8e3564910f36de9e4aa99748048be0318ebf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:04:02 +0000 Subject: [PATCH 1/2] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [hustcer/setup-nu](https://github.com/hustcer/setup-nu) and [actions/cache](https://github.com/actions/cache). Updates `hustcer/setup-nu` from 3.21 to 3.22 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](https://github.com/hustcer/setup-nu/compare/3a97c8160c2bb5af321a03336e7addc28f94444e...920172d92eb04671776f3ba69d605d3b09351c30) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: hustcer/setup-nu dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/self-test.yml | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index 97a9a8e..4953200 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -45,7 +45,7 @@ jobs: - name: Cache the build artifacts id: cache-build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build key: ${{ runner.os }}-${{ hashFiles('docs/examples/demo/**') }} diff --git a/action.yml b/action.yml index ac154ae..0f61a83 100644 --- a/action.yml +++ b/action.yml @@ -242,7 +242,7 @@ runs: - name: Setup nu shell # I'm done writing everything twice (in bash and powershell) # With nu shell, we use the same shell/script for all platforms - uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.20.0 + uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.20.0 with: version: '0.106.1' @@ -265,7 +265,7 @@ runs: - name: Enable cache if: inputs.cache-enable == 'true' || inputs.cache-enable == true - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ runner.temp }}/cpp-linter-action-cache key: cpp-linter-action_${{ runner.os }}_${{ steps.compute-cache-key.outputs.key }} From 9da05b6925f8c5beb7721b68d0bb7eb0a423dbbb Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 15 Dec 2025 10:28:10 -0800 Subject: [PATCH 2/2] use exact version tag in comment --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0f61a83..dfcea05 100644 --- a/action.yml +++ b/action.yml @@ -242,7 +242,7 @@ runs: - name: Setup nu shell # I'm done writing everything twice (in bash and powershell) # With nu shell, we use the same shell/script for all platforms - uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.20.0 + uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22 with: version: '0.106.1'