diff --git a/.github/workflows/all-test.yml b/.github/workflows/all-test.yml index a56025300..053837221 100644 --- a/.github/workflows/all-test.yml +++ b/.github/workflows/all-test.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index cdc73e115..a8dbc6bef 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -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