# HG changeset patch
# User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Date 1665717205 14400
#      Thu Oct 13 23:13:25 2022 -0400
# Node ID 1187029f3257cb14c8253997559379d63388f636
# Parent  fedc8bf13dc23bc027a17abcab9b8e63df071263
Bump actions/cache from 3.0.10 to 3.0.11 (#441)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
- [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.10...v3.0.11)

---
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>

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@
         uses: actions/setup-python@v4.3.0
         with:
           python-version: ${{ matrix.PYTHON.VERSION }}
-      - uses: actions/cache@v3.0.10
+      - uses: actions/cache@v3.0.11
         timeout-minutes: 5
         with:
           path: |
@@ -60,7 +60,7 @@
         with:
           python-version: ${{ matrix.PYTHON.VERSION }}
           architecture: ${{ matrix.WINDOWS.ARCH }}
-      - uses: actions/cache@v3.0.10
+      - uses: actions/cache@v3.0.11
         timeout-minutes: 5
         with:
           path: |
@@ -106,7 +106,7 @@
         uses: actions/setup-python@v4.3.0
         with:
           python-version: ${{ matrix.PYTHON.VERSION }}
-      - uses: actions/cache@v3.0.10
+      - uses: actions/cache@v3.0.11
         timeout-minutes: 5
         with:
           path: |
@@ -140,7 +140,7 @@
       - uses: actions/checkout@v3.1.0
         with:
           persist-credentials: false
-      - uses: actions/cache@v3.0.10
+      - uses: actions/cache@v3.0.11
         timeout-minutes: 5
         with:
           path: |