Bump actions/cache from 4.1.2 to 4.2.0 (#2462)

Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-10 00:35:09 +01:00 коммит произвёл GitHub
Родитель 5ceccea59e
Коммит a055548887
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 8 удалений

4
.github/workflows/release.yaml поставляемый
Просмотреть файл

@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -51,7 +51,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}

4
.github/workflows/style.yaml поставляемый
Просмотреть файл

@ -24,7 +24,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -50,7 +50,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}

6
.github/workflows/tests.yaml поставляемый
Просмотреть файл

@ -28,7 +28,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -63,7 +63,7 @@ jobs:
with:
python-version: '3.10'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -97,7 +97,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}

2
.github/workflows/tutorials.yaml поставляемый
Просмотреть файл

@ -26,7 +26,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: cache
with:
path: ${{ env.pythonLocation }}