Skip to content

Commit

Permalink
Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in /.github/util…
Browse files Browse the repository at this point in the history
…/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>
  • Loading branch information
dependabot[bot] and Goodwine authored Dec 23, 2024
1 parent ea7ea57 commit fb55782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/util/initialize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- run: npm install
shell: ${{ runner.os == 'Windows' && 'powershell' || 'bash' }}

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

# This composite action requires bash, but bash is not available on windows-arm64 runner.
Expand Down
4 changes: 2 additions & 2 deletions test/double_check_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ void main() {
'sass_api', sassPubspec, pkgPubspec.version!));

test("matches SDK version", () {
expect(pkgPubspec.environment!["sdk"],
equals(sassPubspec.environment!["sdk"]));
expect(pkgPubspec.environment["sdk"],
equals(sassPubspec.environment["sdk"]));
});

test("matches dartdoc version", () {
Expand Down

0 comments on commit fb55782

Please sign in to comment.