diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d577369..c1e4bca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"