Skip to content

Commit 242761f

Browse files
Bump the github-actions group with 2 updates (dart-archive/markdown#617)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) Updates `dart-lang/setup-dart` from 1.6.4 to 1.6.5 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@f0ead98...0a8a0fc) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3507a5d commit 242761f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pkgs/markdown/.github/workflows/crash_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
crash-test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
16-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
1717
- name: Install dependencies
1818
run: dart pub get
1919
- name: Run crash_test.dart

pkgs/markdown/.github/workflows/flutter_markdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: clone dart-lang/markdown
22-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2323
with:
2424
repository: dart-lang/markdown
2525
path: markdown
2626

2727
- name: clone flutter/packages
28-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2929
with:
3030
repository: flutter/packages
3131
path: flutter_packages

pkgs/markdown/.github/workflows/test-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
26-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -49,8 +49,8 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.2, dev]
5151
steps:
52-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
52+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
53+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install
@@ -64,8 +64,8 @@ jobs:
6464
needs: test
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
68-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
67+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
68+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
6969
with:
7070
sdk: dev
7171
- name: Install dependencies

0 commit comments

Comments
 (0)