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.
1 parent f299c59 commit 36f1cc2Copy full SHA for 36f1cc2
ci/templates/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v5
21
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
@@ -88,10 +88,10 @@ jobs:
88
{% endfor %}
89
90
steps:
91
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
92
93
fetch-depth: 0
94
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
95
96
python-version: {{ '${{ matrix.python }}' }}
97
architecture: {{ '${{ matrix.python_arch }}' }}
0 commit comments