diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61ba3c6a8c..3687c50421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" @@ -154,7 +154,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" diff --git a/.github/workflows/pr-size.yml b/.github/workflows/pr-size.yml index 8cf9f83b02..01756f11db 100644 --- a/.github/workflows/pr-size.yml +++ b/.github/workflows/pr-size.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies"