Skip to content

Commit 6bef3ec

Browse files
authored
Merge pull request #4 from multi-py/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 44871f4 + 644509d commit 6bef3ec

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
@@ -19,7 +19,7 @@ jobs:
1919
target_base: ["full", "slim", "alpine"]
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

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

0 commit comments

Comments
 (0)