Skip to content

Commit 7f2ebf6

Browse files
authored
update github actions due to deprecation warnings (#70)
1 parent f4828da commit 7f2ebf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.7", "3.11"]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v2
1616
with:
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
python-version: ["3.7", "3.11"]
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v2
3939
with:

0 commit comments

Comments
 (0)