diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e56d5e..7a65152 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: node-version: '22' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache-node-modules with: path: ./node_modules @@ -81,7 +81,7 @@ jobs: node-version: '22' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache-node-modules with: path: ./node_modules