Skip to content

Commit 313f2e0

Browse files
committed
update actions/cache@v3
1 parent 3b143bc commit 313f2e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
7070
shell: bash
7171

72-
- uses: actions/cache@v2
72+
- uses: actions/cache@v3
7373
id: cache_all
7474
with:
7575
path: |
@@ -128,7 +128,7 @@ jobs:
128128
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
129129
shell: bash
130130

131-
- uses: actions/cache@v2
131+
- uses: actions/cache@v3
132132
id: cache_all
133133
with:
134134
path: |
@@ -157,7 +157,6 @@ jobs:
157157
timeout-minutes: 20
158158
run: |
159159
set -ex
160-
export DISPLAY=:1.0
161160
export PATH="$HOME/arduino_ide:$PATH"
162161
source $GITHUB_WORKSPACE/travis/common.sh
163162
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)