diff --git a/.github/workflows/JsActionPublish.yml b/.github/workflows/JsActionPublish.yml index df37f3c4..583a7d8e 100644 --- a/.github/workflows/JsActionPublish.yml +++ b/.github/workflows/JsActionPublish.yml @@ -32,7 +32,7 @@ jobs : - name : Setup git for windows if : ${{ matrix.os == 'windows-latest' }} run : git config --system core.longpaths true - - uses : actions/checkout@v2 + - uses : actions/checkout@v3 with : fetch-depth: 2 - name : ${{ matrix.node-version }} diff --git a/.github/workflows/JsActionPullRequest.yml b/.github/workflows/JsActionPullRequest.yml index e1fbbd6a..3cc4d1c8 100644 --- a/.github/workflows/JsActionPullRequest.yml +++ b/.github/workflows/JsActionPullRequest.yml @@ -31,7 +31,7 @@ jobs : - name : Setup git for windows if : ${{ matrix.os == 'windows-latest' }} run : git config --system core.longpaths true - - uses : actions/checkout@v2 + - uses : actions/checkout@v3 with : fetch-depth: 2 - name : ${{ matrix.node-version }} diff --git a/.github/workflows/JsActionPush.yml b/.github/workflows/JsActionPush.yml index 9c55c547..852d7001 100644 --- a/.github/workflows/JsActionPush.yml +++ b/.github/workflows/JsActionPush.yml @@ -34,7 +34,7 @@ jobs : - name : Setup git for windows if : ${{ matrix.os == 'windows-latest' }} run : git config --system core.longpaths true - - uses : actions/checkout@v2 + - uses : actions/checkout@v3 with : fetch-depth: 2 - name : ${{ matrix.node-version }}