Skip to content
Snippets Groups Projects
Commit bb91a6cc5432 authored by dependabot[bot]'s avatar dependabot[bot]
Browse files

Bump actions/cache from 3.0.3 to 3.0.4 (#345)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4.
- [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/v3.0.3...v3.0.4

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent f1fcc666762b
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
uses: actions/setup-python@v3.1.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.0.3
- uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
......@@ -66,7 +66,7 @@
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- uses: actions/cache@v3.0.3
- uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
......@@ -119,7 +119,7 @@
uses: actions/setup-python@v3.1.2
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.0.3
- uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
......@@ -156,7 +156,7 @@
- uses: actions/checkout@v3.0.2
with:
persist-credentials: false
- uses: actions/cache@v3.0.3
- uses: actions/cache@v3.0.4
timeout-minutes: 5
with:
path: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment