Skip to content

Commit 1519187

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/stale](https://github.com/actions/stale). Updates `actions/cache` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) Updates `actions/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5bef64f...3a9db7e) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1bb52f commit 1519187

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)