diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 6eca4f2..6731796 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -24,7 +24,7 @@ jobs: cache: npm node-version: lts/* - run: npm ci --ignore-scripts --only-dev - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: node_modules/.cache/prettier/.prettier-cache key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}