Skip to content

Commit c218778

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] <[email protected]>
1 parent cb7aee5 commit c218778

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)