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 7b66d2b + e974176 commit 050d47dCopy full SHA for 050d47d
.github/actions/setup/action.yml
@@ -10,7 +10,7 @@ runs:
10
PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh")
11
echo "python-version=$PYVER" >> "$GITHUB_OUTPUT"
12
- name: Set up Python
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
with:
15
python-version: ${{ steps.find_pyver.outputs.python-version }}
16
- name: Install cog dependencies
.github/workflows/compile-requirements.yml
@@ -25,7 +25,7 @@ jobs:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
27
28
29
30
- name: Compile requirements
31
run: python3 .github/compile_cog_requirements.py
0 commit comments