Skip to content

Commit 529f385

Browse files
committed
Bump actions.
1 parent e542dc9 commit 529f385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pytest tests --cov=codicefiscale --cov-report=term-missing --cov-fail-under=90
4848
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
fail_ci_if_error: false

.github/workflows/update-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pre-commit run --files src/codicefiscale/data/countries.json src/codicefiscale/data/municipalities.json
3535
3636
- name: Commit data
37-
uses: test-room-7/action-update-file@v1
37+
uses: test-room-7/action-update-file@v2
3838
with:
3939
file-path: |
4040
src/codicefiscale/data/countries.json

0 commit comments

Comments
 (0)