Update actions/checkout action to v5 #none major
Some checks failed
Actionlint / build (push) Failing after 17s

This commit is contained in:
2025-08-20 08:10:50 +00:00
parent 9d6404c2f4
commit 7e9cc4d017
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Verify Action
run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml
- name: tag latest after success

View File

@@ -23,7 +23,7 @@ runs:
- run: echo "::group::Checkout repository"
if: ${{ always() }}
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: '0'
- run: echo "::endgroup::"