Skip to content

Commit 00cbe93

Browse files
chore(deps): bump the actions group with 2 updates (#384)
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](hustcer/setup-nu@3a97c81...920172d) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@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] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent c6390e5 commit 00cbe93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Cache the build artifacts
4747
id: cache-build
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: build
5151
key: ${{ runner.os }}-${{ hashFiles('docs/examples/demo/**') }}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ runs:
242242
- name: Setup nu shell
243243
# I'm done writing everything twice (in bash and powershell)
244244
# With nu shell, we use the same shell/script for all platforms
245-
uses: hustcer/setup-nu@3a97c8160c2bb5af321a03336e7addc28f94444e # v3.20.0
245+
uses: hustcer/setup-nu@920172d92eb04671776f3ba69d605d3b09351c30 # v3.22
246246
with:
247247
version: '0.106.1'
248248

@@ -265,7 +265,7 @@ runs:
265265
266266
- name: Enable cache
267267
if: inputs.cache-enable == 'true' || inputs.cache-enable == true
268-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
268+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
269269
with:
270270
path: ${{ runner.temp }}/cpp-linter-action-cache
271271
key: cpp-linter-action_${{ runner.os }}_${{ steps.compute-cache-key.outputs.key }}

0 commit comments

Comments
 (0)