Skip to content

Commit ca5475c

Browse files
committed
Changing repository for ubuntu gis packages
1 parent aa767bf commit ca5475c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
python-version: [3.9, '3.10', '3.11', '3.12']
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
4545
coverage-reports: coverage.xml
46-
- uses: codecov/codecov-action@v3
46+
- uses: codecov/codecov-action@v4
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
files: ./coverage.xml

0 commit comments

Comments
 (0)