Skip to content

Commit 6b589f1

Browse files
upgrade: update wasabeef/import-asdf-tool-versions-action action to v1.0.3 (#578)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wasabeef/import-asdf-tool-versions-action](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action) | action | patch | `v1.0.1` -> `v1.0.3` | --- ### Release Notes <details> <summary>wasabeef/import-asdf-tool-versions-action (wasabeef/import-asdf-tool-versions-action)</summary> ### [`v1.0.3`](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action/compare/v1.0.2...v1.0.3) - Update node16 to node20 ### [`v1.0.2`](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action/compare/v1.0.1...v1.0.2) [#&#8203;9](https://redirect.github.com/wasabeef/import-asdf-tool-versions-action/issues/9) - Update Node.js and other sdks. - Update npm dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/FlutterGen/flutter_gen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21bcf5b commit 6b589f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: wasabeef/[email protected].1
19+
- uses: wasabeef/[email protected].3
2020
id: asdf
2121
- uses: subosito/flutter-action@v2
2222
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: wasabeef/[email protected].1
30+
- uses: wasabeef/[email protected].3
3131
id: asdf
3232
- uses: subosito/flutter-action@v2
3333
with:

0 commit comments

Comments
 (0)