Skip to content

Commit 6ac8f42

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#172)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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> Co-authored-by: Oleksandr Prokhorenko <[email protected]>
1 parent 29d856a commit 6ac8f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter-mobile-integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 30
2121
steps:
2222
- name: ⬇️ Checkout repository
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: ⤵️ Authenticate with Google Cloud Platform
2626
uses: "google-github-actions/auth@v2"

.github/workflows/flutter-web-integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 30
2929
steps:
3030
- name: ⬇️ Checkout repository
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: ⚙️ Setup Flutter
3434
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)