Skip to content

Commit 500f2e5

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `astral-sh/setup-uv` from 6.6.1 to 6.8.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@557e51d...d0cc045) 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) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-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: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ac05e5 commit 500f2e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040
persist-credentials: false
4141
- name: Install uv
42-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
42+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8.0
4343
- name: Install tox
4444
run: uv tool install tox --with tox-uv
4545
- name: Setup SocketCAN
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686
persist-credentials: false
8787
- name: Install uv
88-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
88+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8.0
8989
- name: Install tox
9090
run: uv tool install tox --with tox-uv
9191
- name: Run linters
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104
persist-credentials: false
105105
- name: Install uv
106-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
106+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8.0
107107
- name: Install tox
108108
run: uv tool install tox --with tox-uv
109109
- name: Build documentation
@@ -119,7 +119,7 @@ jobs:
119119
fetch-depth: 0
120120
persist-credentials: false
121121
- name: Install uv
122-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
122+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8.0
123123
- name: Build wheel and sdist
124124
run: uv build
125125
- name: Check build artifacts
@@ -152,4 +152,4 @@ jobs:
152152
subject-path: 'dist/*'
153153

154154
- name: Publish release distributions to PyPI
155-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # 1.12.4
155+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0

0 commit comments

Comments
 (0)