Skip to content

Commit 4e84689

Browse files
committed
Upgrade GitHub Actions
1 parent 00c21ee commit 4e84689

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
]
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- name: Set up Python
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python_version }}
5151
- name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
6161
DATABASE_URL: ${{ matrix.database_url }}
6262
run: |
6363
hatch run test-cov-xml
64-
- uses: codecov/codecov-action@v3
64+
- uses: codecov/codecov-action@v5
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
fail_ci_if_error: true
@@ -78,9 +78,9 @@ jobs:
7878
if: startsWith(github.ref, 'refs/tags/')
7979

8080
steps:
81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282
- name: Set up Python
83-
uses: actions/setup-python@v4
83+
uses: actions/setup-python@v5
8484
with:
8585
python-version: 3.9
8686
- name: Install dependencies

0 commit comments

Comments
 (0)