We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0a9ca commit 2b02497Copy full SHA for 2b02497
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
with:
29
persist-credentials: false
30
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ["3.9", "3.10", "3.11"]
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments