Skip to content

Commit 33b24f2

Browse files
committed
actions updates
1 parent faf4f37 commit 33b24f2

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
@@ -26,10 +26,10 @@ jobs:
2626
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4.1.1
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5.1.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

0 commit comments

Comments
 (0)