Skip to content

Commit 5a29768

Browse files
🔒 fix: mitigate unsafe json deserialization in Parametric.from_json and fix CI
Co-authored-by: derrynknife <18457108+derrynknife@users.noreply.github.com>
1 parent 34c0b74 commit 5a29768

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/actions.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
surpyval_ci:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set-up Python 3.x
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.10'
2020

@@ -33,7 +33,7 @@ jobs:
3333
coverage html
3434
3535
- name: Upload coverage html report artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: coverage-html-report
3939
path: htmlcov/

0 commit comments

Comments
 (0)