From 2e26b0e879cd9243bc2bb42dffdf242ac302916f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:46:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/update-changelog-on-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-changelog-on-release.yaml b/.github/workflows/update-changelog-on-release.yaml index 85db2a2..a60add4 100644 --- a/.github/workflows/update-changelog-on-release.yaml +++ b/.github/workflows/update-changelog-on-release.yaml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.release.target_commitish }} - name: Update CHANGELOG