Skip to content

Commit 64c6ac3

Browse files
authored
Merge pull request #32 from taskiq-python/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 28ca1d2 + 0a9b240 commit 64c6ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "pip"
2626
cache-dependency-path: pyproject.toml
2727

28-
- uses: actions/cache@v3
28+
- uses: actions/cache@v4
2929
id: cache
3030
with:
3131
path: ${{ env.pythonLocation }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-python@v5
5050
with:
5151
python-version: ${{ matrix.python-version }}
52-
- uses: actions/cache@v3
52+
- uses: actions/cache@v4
5353
id: cache
5454
with:
5555
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)