diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 895501df..31a18448 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1241c7cc..df81f64b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -56,7 +56,7 @@ jobs: if: matrix.stylelint == 14 - name: Cache VS Code binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: vscode-cache with: path: .vscode-test