Skip to content

Commit 3ccc8ab

Browse files
Bump actions/checkout from 3.5.3 to 4.2.2 (#1036)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bce9d7 commit 3ccc8ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sdk: [dev]
2222

2323
steps:
24-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2626
with:
2727
sdk: ${{matrix.sdk}}

.github/workflows/protobuf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:
26-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2727
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2828
with:
2929
sdk: ${{matrix.sdk}}

.github/workflows/protoc_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
sdk: [stable, dev]
2222
steps:
23-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2424
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2525
with:
2626
sdk: ${{matrix.sdk}}

0 commit comments

Comments
 (0)