Update actions/checkout action to v6 (#56)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-22 06:31:50 -05:00
committed by GitHub
parent 52a066c900
commit ee17b680d9
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install gomplate
run: |