Skip to content

Commit bf7b1e5

Browse files
Bump the github-actions group with 2 updates (#2684)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 769a056 commit bf7b1e5

File tree

6 files changed

+65
-65
lines changed

6 files changed

+65
-65
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@11bd71901bbe5b1630ceea73d27597364c9af683
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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@11bd71901bbe5b1630ceea73d27597364c9af683
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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@11bd71901bbe5b1630ceea73d27597364c9af683
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2121
- id: dwds_pub_upgrade
2222
name: dwds; dart pub upgrade
2323
run: dart pub upgrade

0 commit comments

Comments
 (0)