Merge pull request #89 from thomasmerz/fix_node12_deprecation

🩹 fix deprecation warning: Node.js 12 actions are deprecated.
This commit is contained in:
Renato Alves
2022-12-21 16:12:17 +01:00
committed by GitHub

View File

@@ -15,9 +15,9 @@ jobs:
# Needed to force UTF-8 and have consistent behavior in Windows
PYTHONUTF8: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
- name: Setup firefox ${{ matrix.firefox }}