Skip to content

Commit c00172b

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.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@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b80b76 commit c00172b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
generator:
2121
runs-on: ubuntu-24.04
2222
steps:
23-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
# Prefer running on Ubuntu over Dart Docker image
2525
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
2626
with:
@@ -34,7 +34,7 @@ jobs:
3434
init-script:
3535
runs-on: ubuntu-24.04
3636
steps:
37-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
3939
with:
4040
flutter-version: 3.24.2
@@ -60,7 +60,7 @@ jobs:
6060
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
6161
with:
6262
sdk: ${{ matrix.sdk }}
63-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464
- name: Generator Test
6565
working-directory: generator
6666
run: |
@@ -98,7 +98,7 @@ jobs:
9898
- 3.7.12
9999
runs-on: ${{ matrix.os }}
100100
steps:
101-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102102
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
103103
with:
104104
flutter-version: ${{ matrix.flutter-version }}

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyze:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
# Prefer running on Ubuntu over Dart Docker image
2121
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
2222
with:
@@ -47,7 +47,7 @@ jobs:
4747
permissions:
4848
checks: write # to publish the report
4949
steps:
50-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
- uses: axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 # v3
5252
id: analysis # set an id for the current step
5353
with:
@@ -68,7 +68,7 @@ jobs:
6868
permissions:
6969
checks: write # to publish the report
7070
steps:
71-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
71+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272
# Prefer running on Ubuntu over Dart Docker image
7373
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5
7474
with:

0 commit comments

Comments
 (0)