diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f4f8a3..912cb88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 9107d86..f7e1eb1 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3455ed5..18aa795 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1aafbf8..977f1b3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 624d1d4..0da84ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules @@ -58,7 +58,7 @@ jobs: - name: Cache Playwright Browsers for Playwright's Version id: cache-playwright-browsers - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: path: ~/.cache/ms-playwright key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }} @@ -85,7 +85,7 @@ jobs: # node-version: '18' # # # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ -# - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 +# - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 # id: cache # with: # path: ./node_modules @@ -132,7 +132,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a83f792..35b3c69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules @@ -53,7 +53,7 @@ jobs: - name: Cache Playwright Browsers for Playwright's Version id: cache-playwright-browsers - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: path: ~/.cache/ms-playwright key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }} diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 6c16539..e0b6a57 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -31,7 +31,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 id: cache with: path: ./node_modules