Skip to content

Commit 65f8947

Browse files
authored
fix Dependency Vulnerability: skillsnetwork-python-library case: SKI… (#118)
* fix Dependency Vulnerability: skillsnetwork-python-library case: SKILLS-20866 * fix cicd pipeline outdated problem * follow up fix vulnerability * apply black formatting
1 parent b13abc0 commit 65f8947

File tree

4 files changed

+1450
-1089
lines changed

4 files changed

+1450
-1089
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- name: Set up Python
1010
id: setup-python
11-
uses: actions/setup-python@v3
11+
uses: actions/setup-python@v4
1212
with:
1313
python-version: '3.11.3'
1414
- name: Install Poetry
@@ -19,7 +19,7 @@ jobs:
1919
installer-parallel: true
2020
- name: Load cached venv
2121
id: cached-poetry-dependencies
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: .venv
2525
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
}
7979
}
8080

81+
8182
# -- Options for the linkcode extension --------------------------------------
8283
# Resolve function
8384
# This function is used to populate the (source) links in the API

0 commit comments

Comments
 (0)