Skip to content

Commit bb29fd6

Browse files
Bump the non-major-versions group with 2 updates (#42)
Bumps the non-major-versions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf3befb commit bb29fd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: "actions/checkout@v4.2.1"
1717

1818
- name: "Set up Python"
19-
uses: actions/setup-python@v5.5.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: "3.12.4"
2222

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1717
- name: Set up Python
18-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
18+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1919
with:
2020
python-version: "3.x"
2121
- name: Install pypa/build
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
71+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7272
with:
7373
name: python-package-distributions
7474
path: dist/

0 commit comments

Comments
 (0)