Skip to content

Commit 0e500e3

Browse files
committed
Use checkout v4 and setup-python v5
1 parent 96c4818 commit 0e500e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- python-version: "3.10"
2424
toxenv: "py310"
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
with:
2828
submodules: "true"
2929
- name: "Set up Python ${{ matrix.python-version }}"
30-
uses: "actions/setup-python@v2"
30+
uses: "actions/setup-python@v5"
3131
with:
3232
python-version: "${{ matrix.python-version }}"
3333
- name: Install homebrew

0 commit comments

Comments
 (0)