We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8bb25 commit 75a37ecCopy full SHA for 75a37ec
3 files changed
.github/workflows/checkdocs.yml
@@ -14,7 +14,7 @@ jobs:
14
checkdocs:
15
runs-on: "ubuntu-latest"
16
steps:
17
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v4
18
- name: Set up Python
19
uses: actions/setup-python@v4.5.0
20
with:
.github/workflows/safety.yml
@@ -15,7 +15,7 @@ jobs:
environment: safety_check
- name: Security vulnerabilities scan
uses: shaypal5/python-safety-checker@v1.0.6
21
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
backend: ["local", "db"]
28
29
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
0 commit comments