Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit ebd2ede

Browse files
Update actions/checkout requirement to 2541b1294d2704b0964813337f33b291d3f8596b (#3638)
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/2541b1294d2704b0964813337f33b291d3f8596b) --- 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 515b5ad commit ebd2ede

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- benchmark
3333

3434
steps:
35-
- uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28 #v3
35+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3
3636
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d #v1
3737
with:
3838
sdk: dev

.github/workflows/gh-pages.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
19+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2020
- name: Setup Dart
2121
uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
2222
with:

.github/workflows/scorecards-analysis.yml

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

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
23+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.0
2424
with:
2525
persist-credentials: false
2626

0 commit comments

Comments
 (0)