diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2902811..e68804d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: tag: ${{ steps.tag.outputs.new_tag }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Get version @@ -49,7 +49,7 @@ jobs: needs: get-version steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0