We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad492 commit 245cd5bCopy full SHA for 245cd5b
.github/workflows/tests.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Checkout Repository
17
uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node }}
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node }}
22
- name: Use Python ${{ matrix.python }}
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
25
python-version: ${{ matrix.python }}
26
env:
0 commit comments