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 d17bf7e + ad8629d commit a2debc8Copy full SHA for a2debc8
.github/workflows/pre-commit.yml
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
24
25
- name: Set up Python
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
27
with:
28
python-version: 3.13
29
.github/workflows/testing.yml
@@ -13,10 +13,10 @@ jobs:
13
14
15
16
17
18
- name: Set up Python ${{ matrix.python-version }}
19
python-version: ${{ matrix.python-version }}
0 commit comments