Skip to content

Commit a279f12

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 30
2222
steps:
2323
- name: "Git Checkout"
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
- name: "Install Flutter"
2626
run: |
2727
sh .github/workflows/scripts/install-flutter.sh stable

.github/workflows/firestore_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717
steps:
1818
- name: "checkout"
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
- name: "install flutter"
2121
uses: subosito/flutter-action@v2
2222
- name: "Run widget tests"

0 commit comments

Comments
 (0)