Skip to content

Commit a8c3ee5

Browse files
ci(deps): bump actions/cache from 3 to 4 (Pycord-Development#2323)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc7b104 commit a8c3ee5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install -r requirements/dev.txt
2222
- name: Setup cache
2323
id: cache-pylint
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: .pylint.d
2727
key: pylint
@@ -43,7 +43,7 @@ jobs:
4343
pip install -r requirements/dev.txt
4444
- name: Setup cache
4545
id: cache-mypy
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: .mypy_cache
4949
key: mypy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install -r requirements/dev.txt
3636
- name: Setup cache
3737
id: cache-pytest
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: .pytest_cache
4141
key: ${{ matrix.os }}-${{ matrix.python-version }}-pytest

0 commit comments

Comments
 (0)