We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce32ef commit 32d2e5bCopy full SHA for 32d2e5b
3 files changed
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
dist:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: hynek/build-and-inspect-python-package@v2
18
19
deploy:
.github/workflows/format.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Pre-commit checks
12
- uses: actions/setup-python@v5
with:
python-version: '3.10'
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
33
34
35
36
- name: Set up Python ${{ matrix.python-version }}
37
uses: actions/setup-python@v5
0 commit comments