feat(github-action)!: Update actions/checkout (v4.3.0 → v5.0.0) (#209)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-21 14:36:40 +03:00
committed by GitHub
parent e3b436adb3
commit 05e171c506
16 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ runs:
# │ Git Checkout │
# ╰──────────────────────────────────────────────────────────╯
- name: Checkout Code
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
token: ${{ github.token }}