Skip to content

Commit

Permalink
Bump actions/cache from 3.0.7 to 3.0.8 (#392)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.7...v3.0.8)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2022
1 parent 7482113 commit c0938a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v3.0.2
with:
persist-credentials: false
- uses: actions/cache@v3.0.7
- uses: actions/cache@v3.0.8
timeout-minutes: 5
with:
path: |
Expand Down

0 comments on commit c0938a0

Please sign in to comment.