Skip to content

Commit 46f11b9

Browse files
MAINT: Bump the actions group across 1 directory with 8 updates
Bumps the actions group with 8 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/labeler](https://github.com/actions/labeler) | `5.0.0` | `6.0.1` | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `8.0.0` | | [actions/first-interaction](https://github.com/actions/first-interaction) | `1.3.0` | `3.0.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.23.1` | `3.1.4` | | [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) | `3.1.1` | `3.2.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) 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/labeler` from 5.0.0 to 6.0.1 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@8558fd7...634933e) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) Updates `actions/first-interaction` from 1.3.0 to 3.0.0 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@34f15e8...753c925) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) Updates `pypa/cibuildwheel` from 2.23.1 to 3.1.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@42728e8...c923d83) Updates `conda-incubator/setup-miniconda` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@505e639...8352349) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/first-interaction dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: conda-incubator/setup-miniconda dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e564d12 commit 46f11b9

8 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/cffconvert-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out a copy of the repository
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
with:
2828
persist-credentials: false
2929

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: A reviewer will let you know if it is required or can be bypassed
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: '0'
2121
- name: Check if tests have changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868

6969
- name: Checkout repository
70-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
with:
7272
persist-credentials: false
7373
fetch-depth: 0
@@ -125,7 +125,7 @@ jobs:
125125
# exit 1
126126

127127
- name: Set up Python
128-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
128+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
129129
if: matrix.language == 'c-cpp'
130130
with:
131131
python-version: '3.11'

.github/workflows/labeler-title-regex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
labeler:
1616
runs-on: ubuntu-20.04
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v5
18+
- uses: actions/checkout@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.9'
2222
- name: Install PyGithub

.github/workflows/open_actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Label PR
20-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
20+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
2121
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'meeseeksmachine'
2222
with:
2323
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2424
- name: 'Reviewer Checklist'
25-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
25+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2626
if: github.event_name == 'pull_request_target'
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
4444
- [ ] At the time of adding the milestone, if the milestone set requires a backport to release branch(es), apply the appropriate "backport-X.Y.x" label(s) *before* merge.`
4545
})
4646
- name: Greet new contributors
47-
uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
47+
uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.0
4848
with:
4949
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5050
issue-message: >
@@ -91,7 +91,7 @@ jobs:
9191
please send an e-mail directly to the private e-mail
9292
feedback@astropy.org.
9393
- name: 'Comment Draft PR'
94-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
94+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
9595
if: github.event.pull_request.draft == true
9696
with:
9797
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
steps:
4343
# Step 1: Check out the code from the repository
4444
- name: Check out code
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646

4747
# Step 2: Set up the Python environment
4848
- name: Python Setup
49-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
49+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5050
with:
5151
python-version: '3.8' # Specify the Python version
5252

@@ -72,7 +72,7 @@ jobs:
7272
# Step 5a: Publish the package to TestPyPI (if selected)
7373
- name: Publish package distributions to TestPyPI
7474
if: ${{ github.event.inputs.pypi_repo == 'testpypi' }}
75-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
75+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
7676
with:
7777
print-hash: true
7878
repository-url: https://test.pypi.org/legacy/
@@ -82,7 +82,7 @@ jobs:
8282
# Step 5b: Publish the package to PyPI (if selected)
8383
- name: Publish package distributions to PyPI
8484
if: ${{ github.event.inputs.pypi_repo == 'pypi' }}
85-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
85+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
8686
with:
8787
print-hash: true
8888
user: __token__

.github/workflows/update-lock-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
update_script_args: "--select-tag cuda"
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Generate lock files
4040
run: |
4141
source build_tools/shared.sh

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout lightnumpy
74-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7575
# Gets the correct commit message for pull request
7676
with:
7777
ref: ${{ github.event.pull_request.head.sha }}
@@ -171,14 +171,14 @@ jobs:
171171
172172
steps:
173173
- name: Checkout Repository with all submodules recursively
174-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
175175
with:
176176
# Fetches all nested submodules or submodules: true
177177
submodules: recursive
178178
fetch-tags: true
179179

180180
- name: Python Setup # Used to push the built wheels
181-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
181+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
182182
with:
183183
python-version: "3.x"
184184

@@ -331,7 +331,7 @@ jobs:
331331
echo "CIBW_BUILD_FRONTEND=$CIBW" >> "$GITHUB_ENV"
332332
333333
- name: Build Wheels Packages
334-
uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
334+
uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
335335
env: # Step level enviroment NAME: '', $NAME, ${{ env.NAME }}
336336
# Set CIBW_PRERELEASE_PYTHONS to True to build for pre-release versions of Python
337337
CIBW_PRERELEASE_PYTHONS: True
@@ -361,7 +361,7 @@ jobs:
361361
path: ./wheelhouse/*.whl
362362

363363
- name: Conda environment creation and activation anaconda-client
364-
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
364+
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
365365
with:
366366
# for installation of anaconda-client, required for upload to
367367
# anaconda.org
@@ -442,11 +442,11 @@ jobs:
442442
443443
steps:
444444
- name: Checkout lightnumpy
445-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
445+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
446446
with:
447447
submodules: true
448448
# Used to push the built wheels
449-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
449+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
450450
with:
451451
# Build sdist on lowest supported Python
452452
python-version: "3.10"
@@ -476,7 +476,7 @@ jobs:
476476
path: ./dist/*
477477

478478
- name: Conda environment creation and activation anaconda-client
479-
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
479+
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
480480
with:
481481
# for installation of anaconda-client, required for upload to
482482
# anaconda.org

0 commit comments

Comments
 (0)