Skip to content

Commit

Permalink
build(deps): bump hasnep/setup-roc from 0.4.0 to 0.5.0 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent bfb7cd0 commit 737a3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ruby-version: "3.3"
- uses: dart-lang/setup-dart@v1
- uses: crystal-lang/install-crystal@v1
- uses: hasnep/setup-roc@v0.4.0
- uses: hasnep/setup-roc@v0.5.0
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.4.1...HEAD)

- feat: mdsf vscode extension [`#632`](https://github.com/hougesen/mdsf/pull/632)
- fix: update gci plugin [`#635`](https://github.com/hougesen/mdsf/pull/635)
- fix: gci formatter [`#634`](https://github.com/hougesen/mdsf/pull/634)
- docs: run mdsf using github actions [`#631`](https://github.com/hougesen/mdsf/pull/631)
- feat: language aliases [`#627`](https://github.com/hougesen/mdsf/pull/627)
- fix: set default log level to debug [`#629`](https://github.com/hougesen/mdsf/pull/629)
Expand All @@ -18,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: add option to ignore output of tool [`#619`](https://github.com/hougesen/mdsf/pull/619)
- feat: respect existing codeblock indentation (#628) [`#616`](https://github.com/hougesen/mdsf/issues/616)
- feat: add support for mado (#620) [`#617`](https://github.com/hougesen/mdsf/issues/617)
- build(deps): bump hasnep/setup-roc from 0.4.0 to 0.5.0 [`fc98e03`](https://github.com/hougesen/mdsf/commit/fc98e03fcb755840659a96849cc9387ba35825d8)

#### [v0.4.1](https://github.com/hougesen/mdsf/compare/v0.4.0...v0.4.1)

Expand Down
2 changes: 1 addition & 1 deletion codegen/test-workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{ "uses": "dart-lang/setup-dart@v1" },
{ "uses": "crystal-lang/install-crystal@v1" },
{ "uses": "hasnep/setup-roc@v0.4.0" },
{ "uses": "hasnep/setup-roc@v0.5.0" },
{
"uses": "denoland/setup-deno@v2",
"with": {
Expand Down

0 comments on commit 737a3d2

Please sign in to comment.