Skip to content

Commit b906e83

Browse files
dependabot[bot]renggli
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d1675d commit b906e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
path: "~/.pub-cache/hosted"
2525
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: dart-lang/setup-dart@v1
2828
- name: "Dependencies"
2929
run: dart pub upgrade --no-precompile
@@ -47,7 +47,7 @@ jobs:
4747
name: "Flutter CI"
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- uses: amake/dart-flutter-compat@v1
5252
with:
5353
channel: stable

0 commit comments

Comments
 (0)