mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 00:40:00 +01:00
Update github workflow actions
This commit is contained in:
parent
9ede0f4dc3
commit
474ddbb086
4
.github/actions/install-build/action.yml
vendored
4
.github/actions/install-build/action.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user