diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6419656..7198079 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: echo "::set-output name=dir-v2::$(yarn cache dir)" - name: Cache Node Modules V1 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v1/node_modules @@ -41,7 +41,7 @@ jobs: embedded-yarn- - name: Cache Node Modules V2 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v2/node_modules diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3aed4f7..f679faf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: echo "::set-output name=dir-v2::$(yarn cache dir)" - name: Cache Node Modules V1 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v1/node_modules @@ -56,7 +56,7 @@ jobs: embedded-yarn- - name: Cache Node Modules V2 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | packages/v2/node_modules