diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 77e893e..b786d06 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.8 - name: Pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-build-vsix-${{ hashFiles('**/requirements.txt') }} @@ -55,7 +55,7 @@ jobs: python-version: '3.x' - name: Pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }} diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 1b82ae2..3c828ea 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -22,7 +22,7 @@ jobs: python-version: 3.8 - name: Pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-build-vsix-${{ hashFiles('**/requirements.txt') }} @@ -60,7 +60,7 @@ jobs: python-version: '3.x' - name: Pip cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }}