Skip to content

Commit 166aa50

Browse files
Update actions/checkout action to v7
1 parent 6365030 commit 166aa50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish-docker.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@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v4

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- uses: actions/setup-python@v6
2727
with:

0 commit comments

Comments
 (0)