diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b0855d..ab59970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # fetch full history so things like auto-changelog work properly fetch-depth: 0