54
54
55
55
steps :
56
56
- uses : actions/checkout@v3
57
- - uses : dart-lang/setup-dart@v1.3
57
+ - uses : dart-lang/setup-dart@v1
58
58
59
59
- name : Install dependencies
60
60
run : dart pub get
@@ -116,7 +116,7 @@ jobs:
116
116
sdk : [stable, beta, dev, 2.10.3, 2.12.0-29.10.beta]
117
117
steps :
118
118
- uses : actions/checkout@v3
119
- - uses : dart-lang/setup-dart@v1.3
119
+ - uses : dart-lang/setup-dart@v1
120
120
with :
121
121
sdk : ${{ matrix.sdk }}
122
122
@@ -145,7 +145,7 @@ jobs:
145
145
sdk: [stable, beta, dev]
146
146
steps:
147
147
- uses: actions/checkout@v3
148
- - uses: dart-lang/setup-dart@v1.3
148
+ - uses: dart-lang/setup-dart@v1
149
149
with:
150
150
sdk: ${{ matrix.sdk }}
151
151
- name: Install dependencies
@@ -165,7 +165,7 @@ jobs:
165
165
sdk: [2.9.0, 2.8.1]
166
166
steps:
167
167
- uses: actions/checkout@v3
168
- - uses: dart-lang/setup-dart@v1.3
168
+ - uses: dart-lang/setup-dart@v1
169
169
with:
170
170
sdk: ${{ matrix.sdk }}
171
171
- name: Install dependencies
@@ -180,43 +180,52 @@ jobs:
180
180
181
181
# Version history
182
182
183
+ # # v1.4
184
+
185
+ * Automatically create OIDC token for pub.dev.
186
+ * Add a reusable workflow for publishing.
187
+
183
188
# # v1.3
184
- * The install location of the Dart SDK is now available
185
- in an environment variable, `DART_HOME`
186
- ([#43](https://github.com/dart-lang/setup-dart/issues/43))
187
189
188
- * Fixed an issue where cached downloads could lead to unzip issues
189
- on self-hosted runners
190
- ([#35](https://github.com/dart-lang/setup-dart/issues/35))
190
+ * The install location of the Dart SDK is now available
191
+ in an environment variable, `DART_HOME`
192
+ ([#43](https://github.com/dart-lang/setup-dart/issues/43)).
193
+ * Fixed an issue where cached downloads could lead to unzip issues
194
+ on self-hosted runners
195
+ ([#35](https://github.com/dart-lang/setup-dart/issues/35)).
191
196
192
197
# # v1.2
193
- * Fixed a path issue impacting git dependencies on Windows.
198
+
199
+ * Fixed a path issue impacting git dependencies on Windows.
194
200
195
201
# # v1.1
196
- * Added a `flavor` option setup.sh to allow downloading unpublished builds.
202
+
203
+ * Added a `flavor` option setup.sh to allow downloading unpublished builds.
197
204
198
205
# # v1.0
199
- * Promoted to 1.0 stable.
206
+
207
+ * Promoted to 1.0 stable.
200
208
201
209
# # v0.5
202
- * Fixed a Windows `pub global activate` path issue.
210
+
211
+ * Fixed a Windows `pub global activate` path issue.
203
212
204
213
# # v0.4
205
214
206
- * Removed previously deprecated input `channel`. Use the `sdk` input instead.
207
- * Added support for specifying the CPU architecture.
215
+ * Removed previously deprecated input `channel`. Use the `sdk` input instead.
216
+ * Added support for specifying the CPU architecture.
208
217
209
218
# # v0.3
210
219
211
- * Added support for installing SDKs from the `main` channel.
220
+ * Added support for installing SDKs from the `main` channel.
212
221
213
222
# # v0.2
214
223
215
- * Added support for installing a specific SDK version (e.g. `2.10.0`).
224
+ * Added support for installing a specific SDK version (e.g. `2.10.0`).
216
225
217
226
# # v0.1
218
227
219
- * Initial version.
228
+ * Initial version.
220
229
221
230
# License
222
231
0 commit comments