Skip to content

Commit cc13eb0

Browse files
chore(deps): bump actions/checkout from 2 to 3 (#80)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Angelov <[email protected]>
1 parent 4cf30f9 commit cc13eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dart_package.yml

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

5151
steps:
5252
- name: 📚 Git Checkout
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454

5555
- name: 🎯 Setup Dart
5656
uses: dart-lang/setup-dart@v1

.github/workflows/flutter_package.yml

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

5151
steps:
5252
- name: 📚 Git Checkout
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454

5555
- name: 🐦 Setup Flutter
5656
uses: subosito/flutter-action@v2

.github/workflows/pana.yml

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

3030
steps:
3131
- name: 📚 Git Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333

3434
- name: 🐦 Setup Flutter
3535
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)