diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index cae70099..dc513759 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -307,7 +307,7 @@ jobs: steps: - name: Checkout (for git changelog) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0