We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad168bc commit e6cfd03Copy full SHA for e6cfd03
.github/workflows/python.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
- uses: NiklasRosenstein/slap@gha/install/v1
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
25
with: { python-version: "${{ matrix.python-version }}" }
26
- name: Install
27
run: slap install --no-venv-check
0 commit comments