Skip to content

Commit 6b9a0e3

Browse files
dependabot[bot]jobovy
authored andcommitted
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/stale](https://github.com/actions/stale). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43d4a68 commit 6b9a0e3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
steps:
214214
- uses: actions/checkout@v5
215215
- name: Set up Python ${{ matrix.python-version }}
216-
uses: actions/setup-python@v5
216+
uses: actions/setup-python@v6
217217
with:
218218
python-version: ${{ matrix.python-version }}
219219
- name: Install lcov

.github/workflows/build_pyodide_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-20.04
3737
steps:
3838
- uses: actions/checkout@v5
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: 3.10.2
4242
- uses: mymindstorm/setup-emsdk@v14

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
steps:
196196
- uses: actions/checkout@v5
197197
- name: Set up Python ${{ matrix.python-version }}
198-
uses: actions/setup-python@v5
198+
uses: actions/setup-python@v6
199199
with:
200200
python-version: ${{ matrix.python-version }}
201201
# Cache both conda and pip, conda done by setup-micromamba

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
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@v9
15+
- uses: actions/stale@v10
1616
with:
1717
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If the issue has been resolved since the last activity, please close the issue. Thank you for your contributions.'
1818
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. Please close the PR if it is no longer relevant. If no further activity occurs, the PR may be closed. Thank you for your contributions.'

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
name: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}_${{ matrix.buildplat[2] }}
114114
path: wheelhouse/
115-
- uses: actions/setup-python@v5
115+
- uses: actions/setup-python@v6
116116
with:
117117
python-version: ${{ matrix.python[1] }}
118118
allow-prereleases: true
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/checkout@v5
183183
# Setup python
184184
- name: Set up Python
185-
uses: actions/setup-python@v5
185+
uses: actions/setup-python@v6
186186
with:
187187
python-version: 3.x
188188
# Install the GSL (necessary to properly include the C files)

0 commit comments

Comments
 (0)