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 9803220 commit c006810Copy full SHA for c006810
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: '3.11'
22
cache: 'pip'
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
0 commit comments