Skip to content

Commit 2f90cd9

Browse files
committed
chore: missing updates actions
1 parent 90b2f4d commit 2f90cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
6363

6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666

6767
- name: Setup Python
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v5
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

0 commit comments

Comments
 (0)