Skip to content

Commit 14f13e3

Browse files
authored
Update test.yml
1 parent 39b9f89 commit 14f13e3

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
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4.2.2
1212
- name: Set up Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v5.3.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)