Skip to content

Commit f606915

Browse files
committed
Update checkout and setup-python actions
1 parent 9fc8197 commit f606915

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
coverage: 1
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
@@ -65,10 +65,10 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: "Check out the repo"
68-
uses: "actions/checkout@v3"
68+
uses: "actions/checkout@v4"
6969

7070
- name: "Set up Python"
71-
uses: "actions/setup-python@v4"
71+
uses: "actions/setup-python@v5"
7272
with:
7373
python-version: "3.10"
7474

0 commit comments

Comments
 (0)