Skip to content

Commit 009d4be

Browse files
chore(deps): update actions/cache action to v5.0.2 (#921)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3625658 commit 009d4be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/generate_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Poetry
1818
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
1919
- name: Cache virtualenvs
20-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
20+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2121
with:
2222
path: |
2323
.venv

.github/workflows/run_system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Poetry
2929
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3030
- name: Cache virtualenvs
31-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3232
with:
3333
path: |
3434
.venv

.github/workflows/run_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Poetry
3131
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3232
- name: Cache virtualenv (with test dependencies)
33-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
33+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3434
with:
3535
path: .venv
3636
key: nidaqmx-with-test-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Poetry
6464
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
6565
- name: Cache virtualenv (main only)
66-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
66+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6767
id: cache-nidaqmx-main-only
6868
with:
6969
path: .venv

0 commit comments

Comments
 (0)