From 5005781dae60c7fc37b1da7b8f38f8e76fbaede6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:41:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 1f204b0..6f45a4a 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: '0' - name: Bump version and push tag