We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f3652b + 2cdbbe2 commit a6bb400Copy full SHA for a6bb400
2 files changed
.github/workflows/self-test.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
persist-credentials: false
72
- name: Set up Python
73
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
74
75
python-version: '3.x'
76
- name: Install dependencies
action.yml
@@ -61,7 +61,7 @@ runs:
61
using: "composite"
62
steps:
63
- name: setup-python
64
65
66
python-version: ${{ inputs.python-version }}
67
# cache: 'pip'
0 commit comments