Skip to content

Commit f0482e9

Browse files
build(deps): bump the actions-deps group with 4 updates (#762)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9e27fb commit f0482e9

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
package:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
filter: blob:none
2323
fetch-depth: 0
2424
persist-credentials: false
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
26+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2727
- name: Build package
2828
run: uv build
2929
- name: Check package
@@ -32,7 +32,7 @@ jobs:
3232
docs:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
with:
3737
submodules: true
3838
fetch-depth: 0
@@ -41,6 +41,6 @@ jobs:
4141
# Match RTD: render whatever is on notebooks-repo main, not the pinned SHA.
4242
run: git submodule update --init --remote --recursive
4343
- name: Install uv
44-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
44+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4545
- name: Build docs
4646
run: uvx hatch run docs:build

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
contents: read
1919
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
2020
steps:
21-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
filter: blob:none
2424
fetch-depth: 0
2525
persist-credentials: false
2626
- name: Install uv
27-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
27+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2828
with:
2929
enable-cache: false
3030
- name: Build package
3131
run: uv build
3232
- name: Publish package distributions to PyPI
33-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
33+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
outputs:
2727
envs: ${{ steps.get-envs.outputs.envs }}
2828
steps:
29-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
with:
3131
filter: blob:none
3232
fetch-depth: 0
3333
persist-credentials: false
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
35+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3636
- name: Get test environments
3737
id: get-envs
3838
run: |
@@ -65,13 +65,13 @@ jobs:
6565
continue-on-error: ${{ contains(matrix.env.name, 'pre') }} # make "all-green" pass even if pre-release job fails
6666

6767
steps:
68-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
68+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6969
with:
7070
filter: blob:none
7171
fetch-depth: 0
7272
persist-credentials: false
7373
- name: Install uv
74-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
74+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7575
with:
7676
python-version: ${{ matrix.env.python }}
7777
- name: Ensure figure directory exists
@@ -97,7 +97,7 @@ jobs:
9797
uvx hatch run ${{ matrix.env.name }}:cov-report
9898
- name: Archive visual test figures
9999
if: always()
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101
with:
102102
name: visual_test_results_${{ matrix.env.name }}
103103
path: tests/figures/*

0 commit comments

Comments
 (0)