Skip to content

Commit c7aa24f

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c408f7f commit c7aa24f

File tree

6 files changed

+43
-43
lines changed

6 files changed

+43
-43
lines changed

.github/workflows/changelog_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1919
- name: Check changed files
2020
run: |
2121
git fetch origin main

.github/workflows/daily_stable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "VERSION_TAG=$(webdev --version)" >> $GITHUB_OUTPUT
3030
- name: Checkout Webdev at version tag
3131
id: checkout
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3333
with:
3434
ref: webdev-v${{ steps.version.outputs.VERSION_TAG }}
3535
- name: Upgrade deps

.github/workflows/daily_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sdk: main
1818
- id: checkout
1919
name: Checkout repository
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121
- id: dwds_pub_upgrade
2222
name: dwds; dart pub upgrade
2323
run: dart pub upgrade

.github/workflows/dart.yml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dcm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sdk: dev
2828
- id: checkout
2929
name: Checkout repository
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3131
with:
3232
ref: "${{ github.event.pull_request.head.sha }}"
3333
- id: dwds_pub_upgrade

.github/workflows/release_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sdk: dev
1919
- id: checkout
2020
name: Checkout repository
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2222
- name: Run proper release test
2323
run: dart test test/proper_release_test.dart
2424
working-directory: test_common

0 commit comments

Comments
 (0)