Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 71bca58

Browse files
Atualizações das actions (#68)
1 parent f048de5 commit 71bca58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Instala nix single user
1515
run: |

Diff for: .github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Instala nix single user
2020
run: |
@@ -43,7 +43,7 @@ jobs:
4343
test:
4444
runs-on: ubuntu-22.04
4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747

4848
- name: Instala nix single user
4949
run: |
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-22.04
8080
needs: test
8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v4
8383

8484
- name: Instala nix single user
8585
run: |
@@ -109,6 +109,6 @@ jobs:
109109
run: |
110110
nix develop .# --command sh -c 'make coverage'
111111
112-
- uses: codecov/codecov-action@v1
112+
- uses: codecov/codecov-action@v4
113113
with:
114114
file: ./coverage.xml # optional

0 commit comments

Comments
 (0)