diff --git a/.github/workflows/test-bank2ynab-converter.yml b/.github/workflows/test-bank2ynab-converter.yml index 93fa8bfa3..328dc027c 100644 --- a/.github/workflows/test-bank2ynab-converter.yml +++ b/.github/workflows/test-bank2ynab-converter.yml @@ -28,7 +28,7 @@ jobs: - name: set npm auth run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | **/node_modules diff --git a/.github/workflows/test-parsers.yml b/.github/workflows/test-parsers.yml index 95e63076b..a7f1e395b 100644 --- a/.github/workflows/test-parsers.yml +++ b/.github/workflows/test-parsers.yml @@ -28,7 +28,7 @@ jobs: - name: set npm auth run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | **/node_modules diff --git a/.github/workflows/test-web-app.yml b/.github/workflows/test-web-app.yml index 160dca12d..c02c98ace 100644 --- a/.github/workflows/test-web-app.yml +++ b/.github/workflows/test-web-app.yml @@ -28,7 +28,7 @@ jobs: - name: set npm auth run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | **/node_modules