Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 19cca93

Browse files
authored
Merge pull request #4 from multi-py/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents acb3c82 + 62b9005 commit 19cca93

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
@@ -23,7 +23,7 @@ jobs:
2323
target_base: ["full", "slim"]
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: "Create and push"
2929
uses: multi-py/action-python-image-builder@main

.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@v4
17+
uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)