Skip to content

Commit 24f2e7d

Browse files
Bump the github-actions group with 2 updates (#8988)
1 parent 14b1fca commit 24f2e7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/all-test.yml

Lines changed: 3 additions & 3 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@5a3ec84eff668545956fd18022155c47e93e2684
22+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
2323
with:
2424
path: ~/.pub-cache
2525
key: ${{runner.os}}-pub-cache
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Cache PUB_CACHE
51-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
51+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
5252
with:
5353
path: ~/.pub-cache
5454
key: ${{runner.os}}-pub-cache
@@ -88,7 +88,7 @@ jobs:
8888
package: ${{ fromJson(needs.define_pkg_list.outputs.packages) }}
8989
steps:
9090
- name: Cache PUB_CACHE
91-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
91+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
9292
with:
9393
path: ~/.pub-cache
9494
key: ${{runner.os}}-pub-cache

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'dart-lang' }}
2121
steps:
22-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
22+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
2323
with:
2424
days-before-stale: -1
2525
days-before-close: 14

0 commit comments

Comments
 (0)