1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00

[skip-ci] Update actions/checkout action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-21 04:01:07 +00:00 committed by GitHub
parent 31b82c36d4
commit 39bbbd66c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
# uses configuration within .codespellrc file
uses: codespell-project/actions-codespell@v2