Skip to content

Commit 3541dc0

Browse files
Bump the actions group across 1 directory with 5 updates (#78)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.1.4` | `7.1.6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@1e862df...681c641) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ff357f commit 3541dc0

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
with:
2222
python-version: "3.x"
2323

24-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
24+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2525
with:
2626
python-version: ${{ steps.python-setup.outputs.python-version }}
2727

2828
- name: Cache pre-commit environments
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: '~/.cache/pre-commit'
3232
key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: "3.x"
4848

49-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
49+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
5050
with:
5151
python-version: ${{ steps.python-setup.outputs.python-version }}
5252

@@ -62,7 +62,7 @@ jobs:
6262
uv run coverage xml
6363
6464
- name: Upload coverage reports to Codecov
65-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
65+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
6666
env:
6767
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6868
with:
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: "3.x"
8585

86-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
86+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
8787
with:
8888
python-version: ${{ steps.python-setup.outputs.python-version }}
8989

@@ -100,7 +100,7 @@ jobs:
100100
run: uv run sphinx-build -E -W -b html . _build/html
101101

102102
- name: Archive docs
103-
uses: actions/upload-artifact@v5
103+
uses: actions/upload-artifact@v6
104104
with:
105105
name: docs
106106
path: ${{ github.workspace }}/docs/_build/html

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.x"
2626

27-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
27+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2828
with:
2929
python-version: ${{ steps.python-setup.outputs.python-version }}
3030
enable-cache: false # prevent cache poisoning
@@ -39,7 +39,7 @@ jobs:
3939
run: uvx twine check dist/*
4040

4141
- name: Archive distributions
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: dist
4545
path: ./dist/*
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
python-version: "3.x"
7777

78-
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
78+
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
7979
with:
8080
python-version: ${{ steps.python-setup.outputs.python-version }}
8181
enable-cache: false # prevent cache poisoning
@@ -98,7 +98,7 @@ jobs:
9898
--library_location .
9999
100100
- name: Archive bundles
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: bundles
104104
path: ${{ github.workspace }}/bundles/
@@ -112,7 +112,7 @@ jobs:
112112
needs: [build-circuit-py-bundles]
113113
steps:
114114
- name: Download bundles
115-
uses: actions/download-artifact@v6
115+
uses: actions/download-artifact@v7
116116
with:
117117
name: bundles
118118
path: bundles
@@ -132,7 +132,7 @@ jobs:
132132
id-token: write
133133
steps:
134134
- name: Download distributions
135-
uses: actions/download-artifact@v6
135+
uses: actions/download-artifact@v7
136136
with:
137137
name: dist
138138
path: dist

0 commit comments

Comments
 (0)