Skip to content

Commit 4f2fb1b

Browse files
build(deps): bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [actions/stale](https://github.com/actions/stale). Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c06b39 commit 4f2fb1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate-help-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.ref_name }}
2525

2626
- name: Install Python
27-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
27+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828
with:
2929
python-version: '3'
3030

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pull-requests: write
3939
steps:
4040
- name: Mark/Close Stale Issues and Pull Requests
41-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
41+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
days-before-stale: 21
@@ -68,7 +68,7 @@ jobs:
6868
pull-requests: write
6969
steps:
7070
- name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests
71-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
71+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
days-before-stale: 2

0 commit comments

Comments
 (0)