diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5a2e88a..60db521 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: RELEASE_PLEASE_DISABLE: ${{ secrets.RELEASE_PLEASE_DISABLE }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby 3.0 uses: ruby/setup-ruby@v1 with: