Skip to content

Commit 8fcb9cf

Browse files
fix: correct step indentation in CI workflow
1 parent 897db72 commit 8fcb9cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

@@ -36,4 +36,3 @@ jobs:
3636
run: |
3737
rh-deadcode --version
3838
rh-deadcode --help
39-

0 commit comments

Comments
 (0)