Skip to content

Commit f1821e2

Browse files
author
Joao Felipe Rocha
committed
Corrected the version on workflows
1 parent 13479de commit f1821e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run pre-commit
3737
id: precommit
38-
uses: pre-commit/action@v4.2.0
38+
uses: pre-commit/action@v3.0.1
3939
continue-on-error: true
4040

4141
- name: Commit files
@@ -59,4 +59,4 @@ jobs:
5959

6060
- name: Check pre-commit
6161
if: steps.precommit.outcome == 'failure'
62-
uses: pre-commit/action@v4.2.0
62+
uses: pre-commit/action@v3.0.1

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Upload check results on fail
7373
if: failure()
74-
uses: actions/upload-artifact@master
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: ${{ matrix.config.name }}_results
7777
path: check

0 commit comments

Comments
 (0)