diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c10c2ce1..08fcd236 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: python-version: '3.11' - name: Cache Poetry dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.cache/pypoetry @@ -158,7 +158,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache Poetry dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.cache/pypoetry @@ -204,7 +204,7 @@ jobs: python-version: '3.11' - name: Cache Poetry dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.cache/pypoetry