Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/all-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache PUB_CACHE
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: ~/.pub-cache
key: ${{runner.os}}-pub-cache
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache PUB_CACHE
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: ~/.pub-cache
key: ${{runner.os}}-pub-cache
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
package: ${{ fromJson(needs.define_pkg_list.outputs.packages) }}
steps:
- name: Cache PUB_CACHE
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: ~/.pub-cache
key: ${{runner.os}}-pub-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'dart-lang' }}
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
with:
days-before-stale: -1
days-before-close: 14
Expand Down