Skip to content

Commit f41e343

Browse files
chore: Lock file maintenance (#698)
1 parent 719d409 commit f41e343

File tree

4 files changed

+158
-133
lines changed

4 files changed

+158
-133
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
version: ${{ steps.baipp.outputs.package_version }}
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout code
75-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
75+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7676

7777
- name: Fix Permissions
7878
run: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.14.4
23+
rev: v0.14.5
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix]
2727
- id: ruff-format
2828

2929
- repo: https://github.com/astral-sh/uv-pre-commit
30-
rev: 0.9.8
30+
rev: 0.9.10
3131
hooks:
3232
- id: uv-lock
3333
- id: uv-sync

0 commit comments

Comments
 (0)