Skip to content

Commit 554c971

Browse files
build(deps): bump the actions group with 2 updates (#66)
* build(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update action versions in cd.yml Updated action versions in the CI/CD workflow for better stability and features. Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> * Update GitHub Actions to use specific versions Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> * Update download-artifact action version Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent e6b4583 commit 554c971

2 files changed

Lines changed: 17 additions & 21 deletions

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
contents: read
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131
with:
3232
fetch-depth: 0
3333

34-
- uses: hynek/build-and-inspect-python-package@v2
34+
- uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
3535

3636
test-publish:
3737
needs: [dist]
@@ -44,12 +44,12 @@ jobs:
4444
if: github.event_name == 'release' && github.event.action == 'published'
4545

4646
steps:
47-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
4848
with:
4949
name: Packages
5050
path: dist
5151

52-
- uses: pypa/gh-action-pypi-publish@release/v1
52+
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
5353
if: github.event_name == 'release' && github.event.action == 'published'
5454
with:
5555
repository-url: https://test.pypi.org/legacy/
@@ -64,9 +64,9 @@ jobs:
6464
if: github.event_name == 'release' && github.event.action == 'published'
6565

6666
steps:
67-
- uses: actions/download-artifact@v5
67+
- uses: actions/download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
6868
with:
6969
name: Packages
7070
path: dist
7171

72-
- uses: pypa/gh-action-pypi-publish@release/v1
72+
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/ci.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ jobs:
2323
name: Format
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
3030
with:
3131
enable-cache: true
3232
cache-dependency-glob: "uv.lock"
3333

3434
- name: "Set up Python"
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3636
with:
3737
python-version-file: ".python-version"
3838

3939
- name: Install the project
4040
run: uv sync --group nox
4141

42-
- uses: pre-commit/action@v3.0.1
42+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
4343
with:
4444
extra_args: --hook-stage manual --all-files
4545

@@ -53,20 +53,16 @@ jobs:
5353
python-version: ["3.10", "3.11", "3.12", "3.13"]
5454
runs-on: [ubuntu-latest, macos-latest, windows-latest]
5555

56-
# include:
57-
# - python-version: pypy-3.11
58-
# runs-on: ubuntu-latest
59-
6056
steps:
61-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6258

6359
- name: Install uv
64-
uses: astral-sh/setup-uv@v6
60+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
6561
with:
6662
enable-cache: true
6763
cache-dependency-glob: "uv.lock"
6864

69-
- uses: actions/setup-python@v6
65+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7066
with:
7167
python-version: ${{ matrix.python-version }}
7268
allow-prereleases: true
@@ -83,7 +79,7 @@ jobs:
8379
--durations=20
8480
8581
- name: Upload coverage report
86-
uses: codecov/codecov-action@v5.5.1
82+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8783
with:
8884
token: ${{ secrets.CODECOV_TOKEN }}
8985

@@ -98,10 +94,10 @@ jobs:
9894
runs-on: [ubuntu-latest]
9995

10096
steps:
101-
- uses: actions/checkout@v5
97+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10298

10399
- name: Install uv
104-
uses: astral-sh/setup-uv@v6
100+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
105101
with:
106102
enable-cache: true
107103
cache-dependency-glob: "uv.lock"
@@ -118,6 +114,6 @@ jobs:
118114
--durations=20
119115
120116
- name: Upload coverage report
121-
uses: codecov/codecov-action@v5.5.1
117+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
122118
with:
123119
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)