Skip to content

Commit f46a80d

Browse files
committed
Bump action versions to stop node.js warnings
1 parent be2763f commit f46a80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
continue-on-error: ${{ matrix.experimental }}
3535
steps:
3636
- name: Install Python ${{ matrix.python }}
37-
uses: actions/setup-python@v2
37+
uses: actions/setup-python@v4
3838
with:
3939
python-version: ${{ matrix.python }}
4040

4141
- name: Checkout structa
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
- name: Install dependencies
4545
run: |

0 commit comments

Comments
 (0)