Skip to content

Commit 92b3d27

Browse files
Update actions/checkout requirement to 61b9e3751b92087fd0b06925ba6dd6314e06f089 (#6327)
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/61b9e3751b92087fd0b06925ba6dd6314e06f089) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35dfb77 commit 92b3d27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: [AS.211, AS.212, AS.213, 2022.1, 2022.2, 2022.3]
2525
steps:
2626
- name: checkout
27-
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
27+
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
2828
- name: build ${{ matrix.version }}
2929
run: ./tool/github.sh
3030
env:
@@ -37,7 +37,7 @@ jobs:
3737
bot: [CHECK_BOT, DART_BOT, UNIT_TEST_BOT]
3838
steps:
3939
- name: checkout
40-
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
40+
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
4141
- name: MacOS ${{ matrix.bot }}
4242
run: ./tool/github.sh
4343
env:

.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@2541b1294d2704b0964813337f33b291d3f8596b
26+
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
2727
with:
2828
persist-credentials: false
2929

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
16+
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
1717
- name: setup java
1818
uses: actions/setup-java@1253a7eed45cc6191dc4bd9cacd3542878479569
1919
with:

0 commit comments

Comments
 (0)