Skip to content

Commit 2495d49

Browse files
committed
chore: Updated package workflow
Signed-off-by: Dennis Ploeger <[email protected]>
1 parent 2975681 commit 2495d49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
python-version: [3.13]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4.2.2
2323
with:
2424
fetch-depth: 0
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5.4.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
@@ -41,12 +41,11 @@ jobs:
4141
- name: Test with pytest
4242
run: |
4343
pytest --cov=. -v tests/unit
44-
- uses: codecov/codecov-action@v1
4544
- name: integration tests
4645
run: |
4746
pytest tests/integration
4847
- name: Setup ruby env
49-
uses: actions/setup-ruby@v1
48+
uses: ruby/setup-ruby@v1.227.0
5049
with:
5150
ruby-version: 2.7
5251
- run: |

0 commit comments

Comments
 (0)