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 ef26ee3 commit c5f6ee8Copy full SHA for c5f6ee8
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
13
- name: Set up Python
14
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
contents: write
15
16
with:
17
fetch-depth: 0
18
- name: Set up Python 3.13
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- "3.12"
25
- "3.13"
26
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- uses: actions/setup-python@v5
29
30
python-version: ${{ matrix.python-version }}
0 commit comments