Skip to content

Commit 89d0cf6

Browse files
committed
Upgrade GitHub Actions
1 parent 26beac0 commit 89d0cf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- 27017:27017
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python_version }}
2525
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: |
3535
hatch run test-cov-xml
36-
- uses: codecov/codecov-action@v3
36+
- uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
fail_ci_if_error: true
@@ -50,9 +50,9 @@ jobs:
5050
if: startsWith(github.ref, 'refs/tags/')
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- name: Set up Python
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: 3.9
5858
- name: Install dependencies

0 commit comments

Comments
 (0)