File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Cache PUB_CACHE
22- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
22+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
2323 with :
2424 path : ~/.pub-cache
2525 key : ${{runner.os}}-pub-cache
6161 - 5432:5432
6262 steps :
6363 - name : Cache PUB_CACHE
64- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
64+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
6565 with :
6666 path : ~/.pub-cache
6767 key : ${{runner.os}}-pub-cache
@@ -101,7 +101,7 @@ jobs:
101101 - 5432:5432
102102 steps :
103103 - name : Cache PUB_CACHE
104- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
104+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
105105 with :
106106 path : ~/.pub-cache
107107 key : ${{runner.os}}-pub-cache
@@ -158,7 +158,7 @@ jobs:
158158 - name : Enable unprivileged user namespaces
159159 run : sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
160160 - name : Cache PUB_CACHE
161- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
161+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
162162 with :
163163 path : ~/.pub-cache
164164 key : ${{runner.os}}-pub-cache
You can’t perform that action at this time.
0 commit comments