diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f689f93..bc300271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c name: Checkout the repo - - uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 + - uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 name: Cache Poetry & Tox deps with: path: | @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c name: Checkout the repo - - uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 + - uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146 name: Cache Poetry & Tox deps with: path: |