Skip to content

Commit 60c72be

Browse files
chore: bump actions/checkout from 3.3.0 to 3.5.2 (#176)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbe1252 commit 60c72be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/action_app_analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Checkout
49-
uses: actions/checkout@v3.3.0
49+
uses: actions/checkout@v3.5.2
5050

5151
- name: Install Stable Dart
5252
uses: dart-lang/[email protected]
@@ -86,7 +86,7 @@ jobs:
8686
sdk: "stable"
8787

8888
- name: Checkout
89-
uses: actions/checkout@v3.3.0
89+
uses: actions/checkout@v3.5.2
9090

9191
- name: Install dependencies
9292
run: dart pub get

.github/workflows/test_app_analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sdk: "stable"
4545

4646
- name: Checkout
47-
uses: actions/checkout@v3.3.0
47+
uses: actions/checkout@v3.5.2
4848

4949
- name: Install action app dependencies
5050
run: (cd ../action_app; dart pub get)

.github/workflows/update_docker_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
IMAGE: dkrutskikh/dart_code_metrics_action
2020

2121
steps:
22-
- uses: actions/checkout@v3.3.0
22+
- uses: actions/checkout@v3.5.2
2323
with:
2424
fetch-depth: 1
2525

0 commit comments

Comments
 (0)