Skip to content

Commit aec782f

Browse files
committed
bring GH action versions uptodate
1 parent fb3eac8 commit aec782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
needs: unittest
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4646
- name: Set up Python 3.7
47-
uses: actions/setup-python@v1
47+
uses: actions/setup-python@v5
4848
with:
4949
python-version: 3.7
5050
- name: Install dependencies

0 commit comments

Comments
 (0)