diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index d516dd1d2..b0079b4cc 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -61,7 +61,7 @@ jobs: run: | python3 -c "from pip._internal.locations import USER_CACHE_DIR; print('dir=' + USER_CACHE_DIR)" >> $GITHUB_OUTPUT - name: Set pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -153,7 +153,7 @@ jobs: New-Item $dir -ItemType Directory "dir=$($dir)" >> ${Env:GITHUB_OUTPUT} - name: Set files cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.files.outputs.dir }} key: ${{ runner.os }}-64-files-${{ hashFiles('**/url.txt') }} @@ -181,7 +181,7 @@ jobs: run: | python3 -c "from pip._internal.locations import USER_CACHE_DIR; print('dir=' + USER_CACHE_DIR)" >> ${Env:GITHUB_OUTPUT} - name: Set pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}