Bump actions/cache from 4.0.2 to 4.1.0 (#2337)

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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.0.2...v4.1.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-10-07 20:32:33 +00:00 коммит произвёл GitHub
Родитель b16f169089
Коммит 4bab81b6c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 8 удалений

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

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

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

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

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

@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -61,7 +61,7 @@ jobs:
with:
python-version: '3.10'
- name: Cache dependencies
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
id: cache
with:
path: ${{ env.pythonLocation }}
@ -94,7 +94,7 @@ jobs:
with:
python-version: '3.12'
- name: Cache dependencies
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
id: cache
with:
path: ${{ env.pythonLocation }}

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

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