We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47948af + c5edd75 commit b902a29Copy full SHA for b902a29
3 files changed
.github/workflows/codeql.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Initialize CodeQL
23
uses: github/codeql-action/init@v4
.github/workflows/linters.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Set up Python
uses: actions/setup-python@v6
.github/workflows/tests.yml
- name: Set up Python ${{ matrix.python-version }}
0 commit comments