Skip to content

Commit e4e4a54

Browse files
Bump actions/cache from 5.0.5 to 6.1.0 in the github-actions group (dart-lang#9466)
1 parent b700616 commit e4e4a54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/all-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)