File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Cache Go modules
13
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
13
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
14
14
with :
15
15
path : |
16
16
~/.cache/go-build/
Original file line number Diff line number Diff line change 15
15
token : ${{ secrets.EKSCTLBOT_TOKEN }}
16
16
fetch-depth : 0
17
17
- name : Cache go-build and mod
18
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
18
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
19
19
with :
20
20
path : |
21
21
~/.cache/go-build/
Original file line number Diff line number Diff line change 15
15
token : ${{ secrets.EKSCTLBOT_TOKEN }}
16
16
fetch-depth : 0
17
17
- name : Cache go-build and mod
18
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
18
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
19
19
with :
20
20
path : |
21
21
~/.cache/go-build/
Original file line number Diff line number Diff line change 40
40
with :
41
41
token : " ${{ secrets.EKSCTLBOT_TOKEN }}"
42
42
- name : Cache go-build and mod
43
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
43
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
44
44
with :
45
45
path : |
46
46
~/.cache/go-build/
You can’t perform that action at this time.
0 commit comments