Skip to content

Commit b712c45

Browse files
author
Andre Portela
committed
updating github actions
1 parent b77ffb5 commit b712c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
matrix:
1010
python-version: ["3.11", "3.12"]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Install poetry
1515
run: pipx install poetry
1616

1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
cache: 'poetry'
@@ -31,5 +31,5 @@ jobs:
3131
poetry run coverage xml
3232
3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535

0 commit comments

Comments
 (0)