Skip to content

Commit b867ff0

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c95cf5d commit b867ff0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: git clone devtools
29-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
29+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3030

3131
- name: Get Latest Flutter Candidate
3232
id: flutter-candidate
@@ -77,7 +77,7 @@ jobs:
7777
fail-fast: false
7878
steps:
7979
- name: git clone
80-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
80+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
8181
- name: Load Cached Flutter SDK
8282
uses: actions/cache@v3
8383
with:
@@ -104,7 +104,7 @@ jobs:
104104
- test_dart2js
105105
steps:
106106
- name: git clone
107-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
107+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
108108
- name: Load Cached Flutter SDK
109109
uses: actions/cache@v3
110110
with:
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: git clone
134-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
134+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
135135
- name: Load Cached Flutter SDK
136136
uses: actions/cache@v3
137137
with:
@@ -165,7 +165,7 @@ jobs:
165165
# - test_dart2js
166166
# steps:
167167
# - name: git clone
168-
# uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
168+
# uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
169169
#
170170
# - name: tool/bots.sh
171171
# env:
@@ -185,7 +185,7 @@ jobs:
185185
# - integration_dart2js
186186
# steps:
187187
# - name: git clone
188-
# uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
188+
# uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
189189
# - name: tool/bots.sh
190190
# env:
191191
# BOT: ${{ matrix.bot }}

.github/workflows/scorecards-analysis.yml

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

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
26+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)