Skip to content

Commit e11545c

Browse files
authored
Merge pull request #3 from multi-py/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e515af2 + 50cea86 commit e11545c

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", "alpine"]
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
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@v4
17+
uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)