Skip to content

Commit 683875a

Browse files
dependabot[bot]athomas
authored andcommitted
Bump actions/checkout from 4.2.0 to 4.2.2
Closes #56973 GitOrigin-RevId: 2ff04ca Change-Id: I1ba4fb44d578f700566b84bd77624de56a324c9b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/392083 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 05d5929 commit 683875a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: ${{ github.repository_owner == 'dart-lang' }}
2323
steps:
24-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
with:
2626
repository: dart-lang/ecosystem
2727

.github/workflows/scorecards-analysis.yml

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

2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828
with:
2929
persist-credentials: false
3030

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
with:
2727
persist-credentials: false
2828
- name: "setup python"

0 commit comments

Comments
 (0)