Skip to content

Commit bf42ab0

Browse files
build(deps): bump the actions-production-dependencies group across 1 directory with 3 updates
Bumps the actions-production-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [dorny/paths-filter](https://github.com/dorny/paths-filter) and [actions/stale](https://github.com/actions/stale). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) Updates `actions/stale` from 8 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production-dependencies - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production-dependencies - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a39d44 commit bf42ab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/label-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Check for changed files
2121
id: file_changes
22-
uses: dorny/paths-filter@v2
22+
uses: dorny/paths-filter@v3
2323
with:
2424
list-files: shell
2525
filters: |

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v8
15+
- uses: actions/stale@v9
1616
with:
1717
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
1818
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'

0 commit comments

Comments
 (0)