Skip to content

Commit 7a6938c

Browse files
committed
Looks like the template was left with the old versions.
1 parent 77d2166 commit 7a6938c

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
@@ -17,15 +17,15 @@ jobs:
1717
- {python-version: "pypy-3.9", tox-python-version: "pypy3"}
1818
- {python-version: "3.11", tox-python-version: "py311"}
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

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

2727
- name: Cache
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.cache/pip
3131
key:

0 commit comments

Comments
 (0)