Skip to content

Commit d0ee610

Browse files
authored
Merge pull request #689 from numpy/dependabot/github_actions/actions-93be6a8383
2 parents 77601a7 + ba36420 commit d0ee610

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5.0.0
2424

2525
- name: typos
26-
uses: crate-ci/typos@v1.35.4
26+
uses: crate-ci/typos@v1.35.5
2727

2828
- uses: astral-sh/setup-uv@v6.5.0
2929

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5.0.0
1515

16-
- uses: renovatebot/github-action@v43.0.7
16+
- uses: renovatebot/github-action@v43.0.8
1717
with:
1818
configurationFile: .github/renovate-config.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)