Skip to content

Commit 15bbec6

Browse files
authored
Upgrade action version
1 parent f426093 commit 15bbec6

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
@@ -18,9 +18,9 @@ jobs:
1818
python-version: ['3.8', '3.9', '3.10', '3.11']
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4.1.7
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5.1.1
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)