Skip to content

Commit cc4f3ee

Browse files
authored
Merge pull request #6 from multi-py/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6d8b9ad + f966be5 commit cc4f3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
target_base: ["full", "slim"]
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: "Create and Push Image"
3030
uses: multi-py/action-python-image-builder@v1

.github/workflows/versionator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)