mirror of
https://github.com/aevea/action-kaniko.git
synced 2026-07-26 12:02:35 +00:00
chore(deps): update actions/checkout action to v7
This commit is contained in:
2
.github/workflows/executor.yml
vendored
2
.github/workflows/executor.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Checkout source repository
|
||||
if: steps.check-tag.outputs.exists == 'false'
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
repository: ${{ env.SOURCE_REPO }}
|
||||
ref: ${{ steps.source-tag.outputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user