Skip to content

Commit 21e36ab

Browse files
authored
Merge pull request #1 from multi-py/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 834defe + fb56140 commit 21e36ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
target_base: ["full", "slim", "alpine"]
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: "Create and push"
2828
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@v2
20+
uses: actions/checkout@v4
2121
with:
2222
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2323

0 commit comments

Comments
 (0)