chore: update actions version to use node 16 version

This commit is contained in:
Metin Bektas 2023-10-31 10:51:49 +01:00
parent b4e79bd278
commit ed0cd88da9
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ jobs:
name: Check / auto apply black name: Check / auto apply black
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Check files using the black formatter - name: Check files using the black formatter
uses: rickstaa/action-black@v1 uses: rickstaa/action-black@v1
id: action_black id: action_black

View file

@ -8,7 +8,7 @@ jobs:
name: Autoreformat locale files name: Autoreformat locale files
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Apply reformating scripts - name: Apply reformating scripts
id: action_reformat id: action_reformat
run: | run: |

View file

@ -14,9 +14,9 @@ jobs:
matrix: matrix:
python-version: [3.9] python-version: [3.9]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install apt dependencies - name: Install apt dependencies
@ -34,9 +34,9 @@ jobs:
matrix: matrix:
python-version: [3.9] python-version: [3.9]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install tox - name: Install tox