Skip to content

Commit 79cfe05

Browse files
Merge pull request #137 from saritasa-nest/dependabot/github_actions/github-actions-97f38a5d32
Bump actions/cache from 4 to 5 in the github-actions group
2 parents b65213f + 43bf74f commit 79cfe05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
virtualenvs-create: true
3232
virtualenvs-in-project: true
3333
installer-parallel: true
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
path: ~/.cache/pre-commit
3737
key: ${{ runner.os }}-pre-commit-${{ matrix.python-version }}-${{ hashFiles('**/.pre-commit-config.yaml') }}
3838
restore-keys: |
3939
${{ runner.os }}-pre-commit-
4040
- name: Cache poetry dependencies
4141
id: cached-poetry-dependencies
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: .venv
4545
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)