Update github workflow actions

This commit is contained in:
Djuri Baars 2024-06-08 01:17:20 +02:00
parent 9ede0f4dc3
commit 474ddbb086

View File

@ -9,14 +9,14 @@ runs:
node-version: lts/*
cache: yarn
cache-dependency-path: '**/yarn.lock'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
~/data/node_modules
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Get current date