diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 1a1bd6cf..923084d7 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -24,7 +24,7 @@ jobs: node-version: '12' - name: 💸 Cache node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a47e05..27574fba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: node-version: '12' - name: Cache node modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index b0b97973..487eead8 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -87,7 +87,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -105,7 +105,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '12' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v4.1.2 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm