update actions/cache@v3

This commit is contained in:
Links2004
2024-01-05 15:26:26 +01:00
parent 3b143bc6f3
commit 313f2e0170

View File

@ -69,7 +69,7 @@ jobs:
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
shell: bash
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache_all
with:
path: |
@ -128,7 +128,7 @@ jobs:
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
shell: bash
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache_all
with:
path: |
@ -157,7 +157,6 @@ jobs:
timeout-minutes: 20
run: |
set -ex
export DISPLAY=:1.0
export PATH="$HOME/arduino_ide:$PATH"
source $GITHUB_WORKSPACE/travis/common.sh
cd $GITHUB_WORKSPACE