Skip to content

Commit 7b9ae80

Browse files
Bump actions/cache from 3.0.8 to 3.0.9 (#429)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f34120 commit 7b9ae80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-python@v4.2.0
2424
with:
2525
python-version: ${{ matrix.PYTHON.VERSION }}
26-
- uses: actions/cache@v3.0.8
26+
- uses: actions/cache@v3.0.9
2727
timeout-minutes: 5
2828
with:
2929
path: |
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.PYTHON.VERSION }}
6262
architecture: ${{ matrix.WINDOWS.ARCH }}
63-
- uses: actions/cache@v3.0.8
63+
- uses: actions/cache@v3.0.9
6464
timeout-minutes: 5
6565
with:
6666
path: |
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/setup-python@v4.2.0
107107
with:
108108
python-version: ${{ matrix.PYTHON.VERSION }}
109-
- uses: actions/cache@v3.0.8
109+
- uses: actions/cache@v3.0.9
110110
timeout-minutes: 5
111111
with:
112112
path: |
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v3.0.2
141141
with:
142142
persist-credentials: false
143-
- uses: actions/cache@v3.0.8
143+
- uses: actions/cache@v3.0.9
144144
timeout-minutes: 5
145145
with:
146146
path: |

0 commit comments

Comments
 (0)