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