Skip to content

Commit

Permalink
Fix Node.js 12 warning
Browse files Browse the repository at this point in the history
 - Upgrade checkout and setup-python to v3 which use Node.js 16
  • Loading branch information
drojf committed Dec 11, 2022
1 parent 0f8d980 commit 3b4c294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_compile_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
python-version: [3.8]
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup python (Windows VM is Python 3.7 by default, we need at least Python 3.8)
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 3b4c294

Please sign in to comment.