diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 6d19381..9562cc3 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}