diff --git a/.github/workflows/add_release_to_changelog.yml b/.github/workflows/add_release_to_changelog.yml index f0b8b07..d8b7336 100644 --- a/.github/workflows/add_release_to_changelog.yml +++ b/.github/workflows/add_release_to_changelog.yml @@ -9,7 +9,7 @@ jobs: name: Update changelog runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: rhysd/changelog-from-release/action@v3 with: file: CHANGELOG.md