Skip to content

Commit e5d4c8b

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group (#271)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.5 to 4.1.6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout 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 86b3661 commit e5d4c8b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cli_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- sdk: stable
2929
run-tests: true
3030
steps:
31-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
31+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3232
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
3333
with:
3434
sdk: ${{matrix.sdk}}
@@ -69,7 +69,7 @@ jobs:
6969
- sdk: stable
7070
run-tests: true
7171
steps:
72-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
72+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
7373
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
7474
with:
7575
sdk: ${{matrix.sdk}}

.github/workflows/extension_discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- sdk: stable
3030
check-formatting: true
3131
steps:
32-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3333
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
3434
with:
3535
sdk: ${{matrix.sdk}}

.github/workflows/graphs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
sdk: [dev]
3434
steps:
35-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
35+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3636
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
3737
with:
3838
sdk: ${{ matrix.sdk }}
@@ -55,7 +55,7 @@ jobs:
5555
os: [ubuntu-latest]
5656
sdk: [3.0.0, dev]
5757
steps:
58-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
58+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5959
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
6060
with:
6161
sdk: ${{ matrix.sdk }}

.github/workflows/unified_analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- sdk: stable
2929
run-tests: true
3030
steps:
31-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
31+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3232
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
3333
with:
3434
sdk: ${{matrix.sdk}}

0 commit comments

Comments
 (0)