Skip to content

Commit 4e3affd

Browse files
Bump actions/checkout from 4 to 5 in the github-actions group (#158)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major 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 fe21d53 commit 4e3affd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: ./
1818
with:
1919
sdk: dev

.github/workflows/dart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sdk: [2.14.4, stable, beta, dev]
2626
fail-fast: false
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: ./
3030
with:
3131
sdk: ${{ matrix.sdk }}
@@ -47,7 +47,7 @@ jobs:
4747
flavor: [raw]
4848
fail-fast: false
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
- uses: ./
5252
with:
5353
sdk: ${{ matrix.sdk }}
@@ -84,7 +84,7 @@ jobs:
8484

8585
runs-on: ${{ matrix.os }}
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888
- uses: ./
8989
with:
9090
architecture: ${{ matrix.arch }}
@@ -103,7 +103,7 @@ jobs:
103103
sdk: [2.12.0-29.10.beta]
104104
fail-fast: false
105105
steps:
106-
- uses: actions/checkout@v4
106+
- uses: actions/checkout@v5
107107
- uses: ./
108108
with:
109109
sdk: ${{ matrix.sdk }}
@@ -122,7 +122,7 @@ jobs:
122122
sdk: [2.19, 3.0, 3.1]
123123
fail-fast: false
124124
steps:
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
- uses: ./
127127
with:
128128
sdk: ${{ matrix.sdk }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
# Checkout repository
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
# Set up the Dart SDK and provision the OIDC token used for publishing.
3333
# The `dart` command from this step will be shadowed by the one from the
3434
# Flutter SDK below.

0 commit comments

Comments
 (0)