diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index ea9c2f43..e4217f59 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} @@ -38,7 +38,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }}