File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- uses : preactjs/compressed-size-action@v2
13
13
with :
14
14
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
15
15
- run : yarn install --frozen-lockfile --check-files
16
16
- run : yarn build
17
- - uses : actions/cache@v1
17
+ - uses : actions/cache@v4
18
18
id : cache-build
19
19
with :
20
20
path : ' .'
24
24
runs-on : ubuntu-latest
25
25
needs : build
26
26
steps :
27
- - uses : actions/cache@v1
27
+ - uses : actions/cache@v4
28
28
id : restore-build
29
29
with :
30
30
path : ' .'
You can’t perform that action at this time.
0 commit comments