Skip to content

Commit 5a5b371

Browse files
⬆️ Bump the actions group with 2 updates (#804)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab01e3 commit 5a5b371

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 2
2424

2525
steps:
26-
- uses: actions/checkout@v4.2.2
26+
- uses: actions/checkout@v5.0.0
2727

2828
- uses: scientific-python/[email protected]
2929
with:
@@ -33,7 +33,7 @@ jobs:
3333
uses: dprint/[email protected]
3434

3535
- name: typos
36-
uses: crate-ci/[email protected].2
36+
uses: crate-ci/[email protected].3
3737

3838
- uses: astral-sh/[email protected]
3939
with:
@@ -63,7 +63,7 @@ jobs:
6363
np: ["1.25", "2.0", "2.1", "2.2", "2.3"]
6464

6565
steps:
66-
- uses: actions/checkout@v4.2.2
66+
- uses: actions/checkout@v5.0.0
6767

6868
- name: setup uv
6969
uses: astral-sh/[email protected]
@@ -108,7 +108,7 @@ jobs:
108108
np: "2.0"
109109

110110
steps:
111-
- uses: actions/checkout@v4.2.2
111+
- uses: actions/checkout@v5.0.0
112112

113113
- uses: astral-sh/[email protected]
114114
with:

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
id-token: write
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5.0.0
2323

2424
- uses: astral-sh/[email protected]
2525
with:

0 commit comments

Comments
 (0)