Skip to content

Commit 36f1cc2

Browse files
committed
Bump pins in template.
1 parent f299c59 commit 36f1cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/templates/.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -88,10 +88,10 @@ jobs:
8888
{% endfor %}
8989
{% endfor %}
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v5
9292
with:
9393
fetch-depth: 0
94-
- uses: actions/setup-python@v5
94+
- uses: actions/setup-python@v6
9595
with:
9696
python-version: {{ '${{ matrix.python }}' }}
9797
architecture: {{ '${{ matrix.python_arch }}' }}

0 commit comments

Comments
 (0)