Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2022
1 parent 3f34120 commit 7b9ae80
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/[email protected]
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/[email protected].8
- uses: actions/[email protected].9
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/[email protected].8
- uses: actions/[email protected].9
timeout-minutes: 5
with:
path: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.PYTHON.VERSION }}
- uses: actions/[email protected].8
- uses: actions/[email protected].9
timeout-minutes: 5
with:
path: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/[email protected].8
- uses: actions/[email protected].9
timeout-minutes: 5
with:
path: |
Expand Down

0 comments on commit 7b9ae80

Please sign in to comment.