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.
2 parents d35d9c9 + 582a3d6 commit 2277334Copy full SHA for 2277334
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/push-to-pypi.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
with:
.github/workflows/pylint.yml
@@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ["3.9"]
- name: Set up Python ${{ matrix.python-version }}
20
0 commit comments