Skip to content

Commit 796470e

Browse files
Merge pull request #68 from theislab/dependabot/github_actions/actions-deps-66a1417647
Bump the actions-deps group with 6 updates
2 parents 2875511 + 2c29537 commit 796470e

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 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

.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@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1

.github/workflows/sync.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
sync:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v7
1111
- name: Set up Python 3.10
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v7
1313
with:
1414
python-version: "3.10"
1515
- name: Install dependencies
1616
# for now, pin cookiecutter version, due to https://github.com/cruft/cruft/issues/166
1717
run: python -m pip install --upgrade cruft "cookiecutter<2" pre-commit toml
1818
- name: Find Latest Tag
19-
uses: oprypin/find-latest-tag@v1.1.0
19+
uses: oprypin/find-latest-tag@v1.1.3
2020
id: get-latest-tag
2121
with:
2222
repository: scverse/cookiecutter-scverse
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
cruft update --checkout ${{ steps.get-latest-tag.outputs.tag }} --skip-apply-ask --project-dir .
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v4
30+
uses: peter-evans/create-pull-request@v8
3131
with:
3232
commit-message: Automated template update from cookiecutter-scverse
3333
branch: template-update

.github/workflows/test.yaml

Lines changed: 4 additions & 4 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: create hatch environment

0 commit comments

Comments
 (0)