Skip to content

Commit 336f1ab

Browse files
Bump actions/checkout from 3.6.0 to 4.2.2 (#136)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zennon Gosalvez <1798166+zgosalvez@users.noreply.github.com>
1 parent 496d4ba commit 336f1ab

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/cdelivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Clone the repository
23-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2424
- name: Draft the release
2525
id: release-drafter
2626
uses: release-drafter/release-drafter@fe52e97d262833ae07d05efaf1a239df3f1b5cd4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Clone the repository
91-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
91+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9292
- name: Setup LCOV
9393
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470
9494
- name: Download code coverage from GitHub

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
steps:
3737
- name: Clone the repository
38-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939
with:
4040
path: code
4141
- name: Get Flutter version
@@ -57,7 +57,7 @@ jobs:
5757
cache-name: flutter-cache
5858
- name: Clone the Flutter repository
5959
if: steps.flutter-cache.outputs.cache-hit != 'true'
60-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6161
with:
6262
repository: flutter/flutter
6363
ref: ${{ steps.get-flutter-version.outputs.version }}
@@ -113,7 +113,7 @@ jobs:
113113
if: ${{ !(matrix.file == 'apk' && github.event.release.prerelease) || ((matrix.file == 'aab' || matrix.file == 'ipa') && !github.event.release.prerelease) }}
114114
run: exit
115115
- name: Clone the repository
116-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
116+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
117117
with:
118118
path: code
119119
- name: Get Flutter version
@@ -135,7 +135,7 @@ jobs:
135135
cache-name: flutter-cache
136136
- name: Clone the Flutter repository
137137
if: steps.flutter-cache.outputs.cache-hit != 'true'
138-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
138+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139139
with:
140140
repository: flutter/flutter
141141
ref: ${{ steps.get-flutter-version.outputs.version }}

.github/workflows/pull_request-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the repository
13-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
1616

0 commit comments

Comments
 (0)