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 c907e05 + 641ad6d commit 427bb12Copy full SHA for 427bb12
.github/workflows/code_checks.yml
@@ -39,7 +39,7 @@ jobs:
39
enable-cache: true
40
41
- name: "Set up Python"
42
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
43
with:
44
python-version-file: ".python-version"
45
.github/workflows/deploy-catalog.yml
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
python-version: '3.12'
0 commit comments