diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8590492..18a4a66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd84a0e..8a5a85e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: echo ${{ env.START_TIME }} - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}