Skip to content

Commit

Permalink
Bump action versions to stop node.js warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed May 3, 2023
1 parent be2763f commit f46a80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Install Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

- name: Checkout structa
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down

0 comments on commit f46a80d

Please sign in to comment.