Skip to content

Commit 9394df3

Browse files
[MNT] Bump the github-actions group with 2 updates (#2744)
Bumps the github-actions group with 2 updates: [crs-k/stale-branches](https://github.com/crs-k/stale-branches) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `crs-k/stale-branches` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/crs-k/stale-branches/releases) - [Commits](crs-k/stale-branches@v7.0.0...v7.0.1) Updates `tj-actions/changed-files` from 46.0.4 to 46.0.5 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v46.0.4...v46.0.5) --- updated-dependencies: - dependency-name: crs-k/stale-branches dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: 46.0.5 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 f6d925d commit 9394df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/periodic_github_maintenace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
private-key: ${{ secrets.PR_APP_KEY }}
2424

2525
- name: Stale Branches
26-
uses: crs-k/[email protected].0
26+
uses: crs-k/[email protected].1
2727
with:
2828
repo-token: ${{ steps.app-token.outputs.token }}
2929
days-before-stale: 140

.github/workflows/pr_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.11"
3838

3939
- name: Get changed files
40-
uses: tj-actions/[email protected].4
40+
uses: tj-actions/[email protected].5
4141
id: changed-files
4242

4343
- name: List changed files

0 commit comments

Comments
 (0)