Skip to content

Commit 8d1c7a1

Browse files
authored
Merge pull request #2 from multi-py/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 22bb9f6 + 2cafc7e commit 8d1c7a1

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2323

0 commit comments

Comments
 (0)