diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3298ead5..02d51371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 with: clean: 'false' fetch-depth: '0' diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8e998123..106880eb 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 with: fetch-depth: 0