Skip to content

Commit 5aac738

Browse files
authored
chore: upgrade outdated github actions
- checkout@v3 is using Node 16 which is deprecated
1 parent 119f540 commit 5aac738

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
@@ -8,9 +8,9 @@ jobs:
88
python-version: [3.8, 3.9, "3.10"]
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set up Python ${{ matrix.python-version }}
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
- name: Install dependencies

0 commit comments

Comments
 (0)