Skip to content

Commit fb55782

Browse files
Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in /.github/util/initialize (#2470)
* Bump bufbuild/buf-setup-action in /.github/util/initialize Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.47.2 to 1.48.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.47.2...v1.48.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix lint warnings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
1 parent ea7ea57 commit fb55782

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/util/initialize/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- run: npm install
3232
shell: ${{ runner.os == 'Windows' && 'powershell' || 'bash' }}
3333

34-
- uses: bufbuild/buf-setup-action@v1.47.2
34+
- uses: bufbuild/buf-setup-action@v1.48.0
3535
with: {github_token: "${{ inputs.github-token }}"}
3636

3737
# This composite action requires bash, but bash is not available on windows-arm64 runner.

test/double_check_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ void main() {
8585
'sass_api', sassPubspec, pkgPubspec.version!));
8686

8787
test("matches SDK version", () {
88-
expect(pkgPubspec.environment!["sdk"],
89-
equals(sassPubspec.environment!["sdk"]));
88+
expect(pkgPubspec.environment["sdk"],
89+
equals(sassPubspec.environment["sdk"]));
9090
});
9191

9292
test("matches dartdoc version", () {

0 commit comments

Comments
 (0)