diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d427eb8b..111c2363 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: with: node-version: lts/* cache: 'npm' - - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 99ac2468..c3c325fd 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -21,7 +21,7 @@ jobs: cache: npm node-version: lts/* - run: npm ci --ignore-scripts --only-dev - - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3 + - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }} diff --git a/.github/workflows/social.yml b/.github/workflows/social.yml index 5173be66..44ea1c18 100644 --- a/.github/workflows/social.yml +++ b/.github/workflows/social.yml @@ -27,7 +27,7 @@ jobs: with: node-version: lts/* - id: cache - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: | ./blazing-scripts/createSocialImage.js