Skip to content

Commit 245cd5b

Browse files
authored
test: Upgrade GitHub Actions (#2623)
1 parent b1ad492 commit 245cd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node }}
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- name: Use Python ${{ matrix.python }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: ${{ matrix.python }}
2626
env:

0 commit comments

Comments
 (0)