diff --git a/.github/workflows/lint_commit.yml b/.github/workflows/lint_commit.yml index e9252d08..4eb76131 100644 --- a/.github/workflows/lint_commit.yml +++ b/.github/workflows/lint_commit.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Cache Yarn dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/yarn key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}