Skip to content

Commit e6639c8

Browse files
authored
Merge pull request #5 from multi-py/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 78aee54 + f7205c3 commit e6639c8

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
@@ -22,7 +22,7 @@ jobs:
2222
target_base: ["full", "slim"]
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: "Create and Push Image"
2828
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@v5
17+
uses: actions/checkout@v6
1818
with:
1919
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)