We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32fa3b commit bef6465Copy full SHA for bef6465
3 files changed
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
linter:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- uses: actions/setup-python@v5
18
with:
19
python-version: "3.12"
.github/workflows/release.yaml
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
- name: Setup Python 3.12
uses: actions/setup-python@v5
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
matrix:
python-version: ['3.11', '3.12']
20
21
22
23
python-version: ${{ matrix.python-version }}
0 commit comments