Skip to content

Commit e37f7c8

Browse files
Bump the github-actions group with 2 updates (#95)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/stale](https://github.com/actions/stale). 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/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5bef64f...3a9db7e) --- 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/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 109ed43 commit e37f7c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.7, dev]
5151
steps:
52-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
52+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5353
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5454
with:
5555
sdk: ${{ matrix.sdk }}

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'kevmoo' }}
2121
steps:
22-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
22+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
2323
with:
2424
# Don't automatically mark inactive issues+PRs as stale.
2525
days-before-stale: -1

0 commit comments

Comments
 (0)