Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
This fixes deprecation warnings in GitHub actions due to some Node.js
version being phased out.

Re spine-tools/Spine-Database-API#358
  • Loading branch information
soininen committed Feb 12, 2024
1 parent f6315e0 commit 4ff47ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [windows-latest, ubuntu-22.04]
python-version: [3.8, 3.9, "3.10", 3.11]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Version from Git tags
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
run:
coverage combine
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 4ff47ad

Please sign in to comment.