diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c5800a0..da8657f 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@v4 + uses: actions/cache@v5 with: path: | ~/.cache @@ -61,7 +61,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22a828c..0640a59 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@v4 + uses: actions/cache@v5 with: path: | ~/.cache