mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Update workflow action versions
This commit is contained in:
parent
842ac0a5e4
commit
002255d422
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
||||||
- uses: szenius/set-timezone@v1.2
|
- uses: szenius/set-timezone@v1.2
|
||||||
with:
|
with:
|
||||||
timezoneLinux: "Europe/Brussels"
|
timezoneLinux: "Europe/Brussels"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue