Skip to content

Commit 2074aea

Browse files
chore(deps): upgrade actions/cache action to v5 (#3026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b22eb58 commit 2074aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
pip install -r requirements/dev.txt
8484
- name: "Setup cache"
8585
id: cache-pylint
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: .pylint.d
8989
key: pylint
@@ -107,7 +107,7 @@ jobs:
107107
pip install -r requirements/dev.txt
108108
- name: "Setup cache"
109109
id: cache-mypy
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: .mypy_cache
113113
key: mypy
@@ -142,7 +142,7 @@ jobs:
142142
pip install -r requirements/dev.txt
143143
- name: "Setup cache"
144144
id: cache-pytest
145-
uses: actions/cache@v4
145+
uses: actions/cache@v5
146146
with:
147147
path: .pytest_cache
148148
key: ${{ matrix.os }}-${{ matrix.python-version }}-pytest

0 commit comments

Comments
 (0)