Skip to content

Commit 8c00dda

Browse files
chore(deps): update actions/cache action to v4.0.2
1 parent 3efc59a commit 8c00dda

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check for lock changes
2020
run: poetry check --lock
2121
- name: Cache virtualenv (with docs)
22-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2323
with:
2424
path: .venv
2525
key: nipanel-with-docs-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}

.github/workflows/check_nipanel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check for lock changes
2020
run: poetry check --lock
2121
- name: Cache virtualenv
22-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
22+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2323
with:
2424
path: .venv
2525
key: nipanel-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Poetry
2727
uses: ni/python-actions/setup-poetry@e8f25e9a64426bd431ac124b83df11b76cdf60d5 # v0.1.0
2828
- name: Cache virtualenv
29-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
29+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3030
with:
3131
path: .venv
3232
key: nipanel-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)