Skip to content

Commit c7abc7d

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

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
timeout-minutes: 1
2121

2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424

2525
- name: typos
2626
uses: crate-ci/[email protected]
2727

28-
- uses: astral-sh/[email protected].4
28+
- uses: astral-sh/[email protected].5
2929

3030
- name: dprint
3131
run: uv run dprint check
@@ -52,9 +52,9 @@ jobs:
5252
matrix:
5353
py: ["3.11", "3.12", "3.13", "3.14"]
5454
steps:
55-
- uses: actions/[email protected].0
55+
- uses: actions/[email protected].1
5656

57-
- uses: astral-sh/[email protected].4
57+
- uses: astral-sh/[email protected].5
5858
with:
5959
python-version: ${{ matrix.py }}
6060

@@ -69,9 +69,9 @@ jobs:
6969
matrix:
7070
py: ["3.11", "3.12", "3.13", "3.14"]
7171
steps:
72-
- uses: actions/[email protected].0
72+
- uses: actions/[email protected].1
7373

74-
- uses: astral-sh/[email protected].4
74+
- uses: astral-sh/[email protected].5
7575
with:
7676
python-version: ${{ matrix.py }}
7777

@@ -89,9 +89,9 @@ jobs:
8989
os: [ubuntu-latest, macos-latest, windows-latest]
9090
py: ["3.11", "3.12", "3.13", "3.14"]
9191
steps:
92-
- uses: actions/[email protected].0
92+
- uses: actions/[email protected].1
9393

94-
- uses: astral-sh/[email protected].4
94+
- uses: astral-sh/[email protected].5
9595
with:
9696
python-version: ${{ matrix.py }}
9797

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
deploy:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727

2828
- name: Configure Git Credentials
2929
run: |
3030
git config user.name github-actions[bot]
3131
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3232
33-
- uses: astral-sh/[email protected].4
33+
- uses: astral-sh/[email protected].5
3434

3535
- name: mkdocs gh-deploy
3636
run: uv run --only-group=docs mkdocs gh-deploy --force

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
permissions:
1717
id-token: write
1818
steps:
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
- name: setup uv
21-
uses: astral-sh/[email protected].4
21+
uses: astral-sh/[email protected].5
2222
with:
2323
python-version: "3.13"
2424
- name: uv build

0 commit comments

Comments
 (0)