Skip to content

Commit 51976de

Browse files
authored
Merge pull request #1 from natanfeitosa/chore/update-gh-actions-versions
chore: update GH Actions versions
2 parents 1c3136a + 1084dc7 commit 51976de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.8"
2626
- name: Install dependencies

0 commit comments

Comments
 (0)