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/* node-version: lts/*
cache: yarn cache: yarn
cache-dependency-path: '**/yarn.lock' cache-dependency-path: '**/yarn.lock'
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/pip ~/.cache/pip
~/.platformio/.cache ~/.platformio/.cache
~/data/node_modules ~/data/node_modules
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.9'
- name: Get current date - name: Get current date