diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4192bd1..74e6054 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: architecture: x64 - name: Setup pip cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }} @@ -64,7 +64,7 @@ jobs: architecture: x64 - name: Setup pip cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-dev-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }}