diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77da181..b5a65ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache-node-modules with: path: ./node_modules @@ -76,7 +76,7 @@ jobs: node-version: '18' # @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/ - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: cache-node-modules with: path: ./node_modules