Skip to content

Commit cd94682

Browse files
authored
Merge pull request #741 from numpy/dependabot/github_actions/actions-2617622c06
2 parents 6d67a02 + 9ad39f0 commit cd94682

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

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

2222
steps:
23-
- uses: actions/checkout@v5.0.0
23+
- uses: actions/checkout@v6.0.0
2424

2525
- name: typos
26-
uses: crate-ci/[email protected].0
26+
uses: crate-ci/[email protected].2
2727

28-
- uses: astral-sh/[email protected].2
28+
- uses: astral-sh/[email protected].4
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/checkout@v5.0.0
55+
- uses: actions/checkout@v6.0.0
5656

57-
- uses: astral-sh/[email protected].2
57+
- uses: astral-sh/[email protected].4
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/checkout@v5.0.0
72+
- uses: actions/checkout@v6.0.0
7373

74-
- uses: astral-sh/[email protected].2
74+
- uses: astral-sh/[email protected].4
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/checkout@v5.0.0
92+
- uses: actions/checkout@v6.0.0
9393

94-
- uses: astral-sh/[email protected].2
94+
- uses: astral-sh/[email protected].4
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/checkout@v5.0.0
26+
- uses: actions/checkout@v6.0.0
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].2
33+
- uses: astral-sh/[email protected].4
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/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.0
2020
- name: setup uv
21-
uses: astral-sh/[email protected].2
21+
uses: astral-sh/[email protected].4
2222
with:
2323
python-version: "3.13"
2424
- name: uv build

0 commit comments

Comments
 (0)