From 1c56c9b22b0b04757d3311c096383c0bd33aa611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:05:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 936ca59..72e9ba1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -33,7 +33,7 @@ jobs: id-token: write steps: - name: Checkout release tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.release-please.outputs.tag_name }}