diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8e28215..f530f12 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache @@ -61,7 +61,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0640a59..1fd9b0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache