Skip to content

Commit 1dcea8a

Browse files
chore: Lock file maintenance
1 parent f50458d commit 1dcea8a

File tree

3 files changed

+75
-70
lines changed

3 files changed

+75
-70
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: '${{ matrix.python-version }}'
8585
- name: Set up uv
86-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
86+
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
8787
with:
8888
version: ">=0.7"
8989
- name: Install tools
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
python-version: 3.x
128128
- name: Set up uv
129-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
129+
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
130130
with:
131131
version: ">=0.7"
132132
- name: Install Meltano

.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.3
23+
rev: v0.14.4
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.7
30+
rev: 0.9.8
3131
hooks:
3232
- id: uv-lock
3333
- id: uv-sync

0 commit comments

Comments
 (0)