Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**') }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
2bndy5 marked this conversation as resolved.
Outdated
with:
version: '0.106.1'

Expand All @@ -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 }}
Expand Down
Loading