diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec340df..7454651 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -83,7 +83,7 @@ jobs: if: "github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(main): release')" steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Release Please uses: googleapis/release-please-action@v4