diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83471178eb..28f68e3085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: steps: - name: 1. Check out code - uses: actions/checkout@v2.4.0 # https://github.com/actions/checkout + uses: actions/checkout@v3 # https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci @@ -92,7 +92,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.4.0 # https://github.com/actions/checkout + uses: actions/checkout@v3 # https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci