Skip to content

Commit

Permalink
test: Upgrade GitHub Actions (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 1, 2022
1 parent b1ad492 commit 245cd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
env:
Expand Down

0 comments on commit 245cd5b

Please sign in to comment.