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 063dfb9 + f4a33c3 commit 2d076afCopy full SHA for 2d076af
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
50
steps:
51
- name: Check out github
52
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
53
54
- name: Set up Python ${{ matrix.python-version }}
55
uses: actions/setup-python@v6
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Check out source code
21
22
23
- name: Set up Python
24
0 commit comments