Skip to content

Commit 7eda55b

Browse files
build(deps): bump the actions group across 1 directory with 4 updates (#2612)
Bumps the actions group with 4 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `hadolint/hadolint-action` from 3.1.0 to 3.3.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v3.1.0...v3.3.0) 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@v1.12.4...v1.13.0) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@05b42c6...4eaacf0) --- 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: hadolint/hadolint-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4eefc5 commit 7eda55b

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Set up Python 3.12
199199
if: success()
200-
uses: actions/setup-python@v5
200+
uses: actions/setup-python@v6
201201
with:
202202
python-version: '3.12'
203203

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v5
4343

4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848

.github/workflows/dependencies-head.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757

5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v5
8686
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090
- name: Install dependencies
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- uses: actions/checkout@v5
112112
- name: Set up Python ${{ matrix.python-version }}
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
with:
115115
python-version: ${{ matrix.python-version }}
116116
- name: Install dependencies
@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@v5
137137

138138
- name: Set up Python ${{ matrix.python-version }}
139-
uses: actions/setup-python@v5
139+
uses: actions/setup-python@v6
140140
with:
141141
python-version: ${{ matrix.python-version }}
142142

@@ -173,7 +173,7 @@ jobs:
173173
steps:
174174
- uses: actions/checkout@v5
175175
- name: Set up Python ${{ matrix.python-version }}
176-
uses: actions/setup-python@v5
176+
uses: actions/setup-python@v6
177177
with:
178178
python-version: ${{ matrix.python-version }}
179179
- name: Install dependencies

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: '3.12'
3131

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- uses: actions/checkout@v5
2222

2323
- name: Lint Dockerfile
24-
uses: hadolint/hadolint-action@v3.1.0
24+
uses: hadolint/hadolint-action@v3.3.0
2525
with:
2626
dockerfile: docker/Dockerfile

.github/workflows/lower-bound-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Set up Python 3.12
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: '3.12'
4848

@@ -168,13 +168,13 @@ jobs:
168168
if: >-
169169
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
170170
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
171-
uses: pypa/gh-action-pypi-publish@v1.12.4
171+
uses: pypa/gh-action-pypi-publish@v1.13.0
172172
with:
173173
repository-url: https://test.pypi.org/legacy/
174174
print-hash: true
175175

176176
- name: Publish distribution 📦 to PyPI
177177
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
178-
uses: pypa/gh-action-pypi-publish@v1.12.4
178+
uses: pypa/gh-action-pypi-publish@v1.13.0
179179
with:
180180
print-hash: true

.github/workflows/release_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535

3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

0 commit comments

Comments
 (0)