We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a682849 + 79101a9 commit 901f8caCopy full SHA for 901f8ca
2 files changed
.github/workflows/continuous_distribution.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
15
name: Install Python
16
17
python-version: 3.8
.github/workflows/continuous_integration.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
0 commit comments