Skip to content

Commit e095489

Browse files
committed
Use checkout v4 and setup-python v5
1 parent 03f9eb1 commit e095489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
toxenv: "py310"
2525
steps:
2626
- name: "Check out repository"
27-
uses: "actions/checkout@v3"
27+
uses: "actions/checkout@v4"
2828
- name: "Set up Python ${{ matrix.python-version }}"
29-
uses: "actions/setup-python@v3"
29+
uses: "actions/setup-python@v5"
3030
with:
3131
python-version: "${{ matrix.python-version }}"
3232
- name: Install homebrew

0 commit comments

Comments
 (0)