Skip to content

Commit 450d40a

Browse files
chore(deps): update actions/cache action to v5
1 parent 7effe1d commit 450d40a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pre-commit.yml

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

3333
- name: Load cached venv
3434
id: cached-poetry-dependencies
35-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3636
with:
3737
path: .venv
3838
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

.github/workflows/test-reproducibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Load cached venv
3232
id: cached-poetry-dependencies
33-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3434
with:
3535
path: .venv
3636
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Cache Graphviz installation
4242
id: cache-graphviz
43-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
43+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4444
with:
4545
path: ~/graphviz-cache
4646
key: graphviz-installed-${{ runner.os }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Load cached venv
4343
id: cached-poetry-dependencies
44-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4545
with:
4646
path: .venv
4747
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Cache Graphviz installation
5555
id: cache-graphviz
56-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5757
with:
5858
path: ~/graphviz-cache
5959
key: graphviz-installed-${{ runner.os }}

0 commit comments

Comments
 (0)