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 e3acb37 commit fe72145Copy full SHA for fe72145
.github/workflows/lint.yml
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Set up Python
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: '3.x'
24
- name: Run pre-commit hooks
.github/workflows/test.yml
@@ -21,9 +21,9 @@ jobs:
25
- name: Set up Python ${{ matrix.python-version }}
26
27
28
python-version: ${{ matrix.python-version }}
29
allow-prereleases: true
0 commit comments