Skip to content

Commit 60cd1b4

Browse files
committed
chore: update dependencies
1 parent a0d9d04 commit 60cd1b4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Install the latest version of uv
30-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
30+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3131

3232
- name: Install dependencies
3333
run: uv sync --frozen

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
25+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2626

2727
- name: Run zizmor 🌈
2828
run: uvx zizmor --format sarif . > results.sarif
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
33+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3434
if: github.repository_visibility == 'public'
3535
with:
3636
sarif_file: results.sarif

prek-extra.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ default_stages = ["pre-commit"]
66
[[repos]]
77
hooks = [{id = "copier-template-tester", additional_dependencies = ["copier-template-extensions"]}]
88
repo = "https://github.com/KyleKing/copier-template-tester"
9-
rev = "2.3.0"
9+
rev = "2.4.0b0"

prek.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ hooks = [
5454
{id = "ruff-format"}
5555
]
5656
repo = "https://github.com/astral-sh/ruff-pre-commit"
57-
rev = "v0.15.7"
57+
rev = "v0.15.8"
5858

5959
[[repos]]
6060
hooks = [
6161
{id = "uv-lock"}
6262
]
6363
repo = "https://github.com/astral-sh/uv-pre-commit"
64-
rev = "0.10.12"
64+
rev = "0.11.2"
6565

6666
[[repos]]
6767
hooks = [

python/.github/workflows/prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Install the latest version of uv
22-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
22+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2323

2424
- name: Install dependencies
2525
run: uv sync --frozen

0 commit comments

Comments
 (0)