Skip to content

Commit 4d8d4de

Browse files
chore(deps): Bump actions/checkout from 3.5.3 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8770e1e commit 4d8d4de

18 files changed

+24
-24
lines changed

.github/workflows/actions.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Git Checkout
30-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
30+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
3131

3232
- name: Setup Dart
3333
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Git Checkout
55-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
55+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
5656

5757
- name: Setup Dart
5858
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ${{ matrix.os }}
7979
steps:
8080
- name: Git Checkout
81-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
81+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
8282

8383
- name: Test
8484
uses: ./.github/composite_actions/setup_chromedriver
@@ -100,7 +100,7 @@ jobs:
100100
- "16"
101101
steps:
102102
- name: Git Checkout
103-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
103+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
104104

105105
- name: Launch Simulator (iOS ${{ matrix.ios-version }})
106106
uses: ./.github/composite_actions/launch_ios_simulator
@@ -113,7 +113,7 @@ jobs:
113113
labels: amplify-flutter_ubuntu-latest_4-core
114114
steps:
115115
- name: Git Checkout
116-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
116+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
117117

118118
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
119119
with:

.github/workflows/aft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Git Checkout
26-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
26+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
2727
with:
2828
submodules: true
2929

.github/workflows/amplify_canaries.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- channel: "stable"
3434
flutter-version: "3.10.1"
3535
steps:
36-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
36+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
3737
with:
3838
persist-credentials: false
3939

@@ -93,7 +93,7 @@ jobs:
9393
- channel: "stable"
9494
flutter-version: "3.10.1"
9595
steps:
96-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
96+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
9797
with:
9898
persist-credentials: false
9999
submodules: true
@@ -170,7 +170,7 @@ jobs:
170170
- "14.5"
171171
- "16"
172172
steps:
173-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
173+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
174174
with:
175175
persist-credentials: false
176176
submodules: true

.github/workflows/dart_dart2js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
os:ubuntu-latest
4545
4646
- name: Git Checkout
47-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
47+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
4848

4949
- name: Git Submodules
5050
run: git submodule update --init

.github/workflows/dart_ddc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
os:ubuntu-latest
4545
4646
- name: Git Checkout
47-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
47+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
4848

4949
- name: Git Submodules
5050
run: git submodule update --init

.github/workflows/dart_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: git config --system core.longpaths true
4343

4444
- name: Git Checkout
45-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
45+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
4646

4747
- name: Git Submodules
4848
run: git submodule update --init

.github/workflows/dart_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os:ubuntu-latest
4040
4141
- name: Git Checkout
42-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
42+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 3.6.0
4343

4444
- name: Git Submodules
4545
run: git submodule update --init

.github/workflows/e2e_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 24
3131
- 33
3232
steps:
33-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
33+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
3434
with:
3535
persist-credentials: false
3636
submodules: true

.github/workflows/e2e_ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
contents: read
2525
steps:
26-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
26+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
2727
with:
2828
persist-credentials: false
2929
submodules: true

.github/workflows/e2e_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
contents: read
2626
steps:
27-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
27+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0
2828
with:
2929
persist-credentials: false
3030
submodules: true

0 commit comments

Comments
 (0)