Skip to content

Commit c1992ec

Browse files
authored
Move to latest actions/cache (#438)
Closes #435
1 parent 680bf88 commit c1992ec

17 files changed

+85
-81
lines changed

.github/workflows/dart.yml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.5.1
2+
3+
- Updated `actions/cache` to latest version.
4+
15
## 6.5.0
26

37
- Support for generating dependabot configurations.

mono_repo/lib/src/commands/github/action_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enum ActionInfo implements Comparable<ActionInfo> {
1010
cache(
1111
name: 'Cache Pub hosted dependencies',
1212
repo: 'actions/cache',
13-
version: '627f0f41f6904a5b1efbaed9f96d9eb58e92e920', // v3.2.4
13+
version: '69d9d449aced6a2ede0bc19182fadc3a0a42d2b0', // v3.2.6
1414
),
1515
setupDart(
1616
name: 'Setup Dart SDK',

mono_repo/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mono_repo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mono_repo
22
description: >-
33
CLI tools to make it easier to manage a single source repository containing
44
multiple Dart packages.
5-
version: 6.5.0
5+
version: 6.5.1
66
repository: https://github.com/google/mono_repo.dart
77

88
environment:

mono_repo/test/script_integration_outputs/github_output_group_overrides.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: macos-latest
2020
steps:
2121
- name: Cache Pub hosted dependencies
22-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
22+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:analyze-format"
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Cache Pub hosted dependencies
76-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
76+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
7777
with:
7878
path: "~/.pub-cache/hosted"
7979
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:pkg_a;commands:test_1"
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: macos-latest
107107
steps:
108108
- name: Cache Pub hosted dependencies
109-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
109+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
110110
with:
111111
path: "~/.pub-cache/hosted"
112112
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:test_0"

mono_repo/test/script_integration_outputs/github_output_test_with_coverage.txt

Lines changed: 2 additions & 2 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 hosted dependencies
22-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
22+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:pkg_a;commands:test_with_coverage"
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-latest
5959
steps:
6060
- name: Cache Pub hosted dependencies
61-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
61+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
6262
with:
6363
path: "~/.pub-cache/hosted"
6464
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:pkg_a;commands:test"

mono_repo/test/script_integration_outputs/max_cache_key.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: macos-latest
2020
steps:
2121
- name: Cache Pub hosted dependencies
22-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
22+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:analyze-format"
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Cache Pub hosted dependencies
76-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
76+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
7777
with:
7878
path: "~/.pub-cache/hosted"
7979
key: "os:ubuntu-latest;pub-cache-hosted;sdk:1.23.0;packages:sub_pkg;commands:test_1"
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Cache Pub hosted dependencies
109-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
109+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
110110
with:
111111
path: "~/.pub-cache/hosted"
112112
key: "os:ubuntu-latest;pub-cache-hosted;sdk:1.23.0;packages:sub_pkg;commands:test_0"
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Cache Pub hosted dependencies
142-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
142+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
143143
with:
144144
path: "~/.pub-cache/hosted"
145145
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test_1"
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ubuntu-latest
173173
steps:
174174
- name: Cache Pub hosted dependencies
175-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
175+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
176176
with:
177177
path: "~/.pub-cache/hosted"
178178
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test_0"
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- name: Cache Pub hosted dependencies
208-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
208+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
209209
with:
210210
path: "~/.pub-cache/hosted"
211211
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:sub_pkg;commands:test_1"
@@ -238,7 +238,7 @@ jobs:
238238
runs-on: ubuntu-latest
239239
steps:
240240
- name: Cache Pub hosted dependencies
241-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
241+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
242242
with:
243243
path: "~/.pub-cache/hosted"
244244
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:sub_pkg;commands:test_0"
@@ -409,7 +409,7 @@ jobs:
409409
runs-on: ubuntu-latest
410410
steps:
411411
- name: Cache Pub hosted dependencies
412-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
412+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
413413
with:
414414
path: "~/.pub-cache/hosted"
415415
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:package_with_a_long_name_00-package_with_a_long_name_01-package_with_a_long_name_02-package_with_a_long_name_03-package_with_a_long_name_04-package_with_a_long_name_05-package_with_a_long_name_06-package_with_a_long_name_07-package_with_a_long_name_08-package_with_a_long_name_09-package_with_a_long_name_10-package_with_a_long_name_11-package_with_a_long_name_12-package_with_a_long_name_13-package_with_a_long_name_14-package_with_a-!!too_long!!-570-127648710"

mono_repo/test/script_integration_outputs/readme_github_defaults.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Cache Pub hosted dependencies
25-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
25+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2626
with:
2727
path: "~/.pub-cache/hosted"
2828
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:sub_pkg;commands:test"
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Cache Pub hosted dependencies
55-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
55+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
5656
with:
5757
path: "~/.pub-cache/hosted"
5858
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test"
@@ -83,7 +83,7 @@ jobs:
8383
if: "github.event_name == 'schedule'"
8484
steps:
8585
- name: Cache Pub hosted dependencies
86-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
86+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
8787
with:
8888
path: "~/.pub-cache/hosted"
8989
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:sub_pkg;commands:test"
@@ -117,7 +117,7 @@ jobs:
117117
if: "github.event_name == 'schedule'"
118118
steps:
119119
- name: Cache Pub hosted dependencies
120-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
120+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
121121
with:
122122
path: "~/.pub-cache/hosted"
123123
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test"

0 commit comments

Comments
 (0)