Skip to content

Commit 78c4e08

Browse files
committed
chore: Remove double checkout action
1 parent 56ec363 commit 78c4e08

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-production.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
run:
2626
shell: bash
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/checkout@v4
3231
- name: Install poetry
3332
run: pipx install poetry
3433
- name: Install Python ${{ matrix.config.python-version }}

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
run:
2727
shell: bash
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
- uses: actions/checkout@v4
3332
- name: Install poetry
3433
run: pipx install poetry
3534
- name: Install Python ${{ matrix.config.python-version }}

0 commit comments

Comments
 (0)