Skip to content

Commit 514e8f2

Browse files
authored
Merge branch 'main' into dependabot/pip/pip-efbb7e7dbc
2 parents 4b4a2f7 + 58cc63b commit 514e8f2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: hatch fmt
2929

3030
- name: ✅ Commit Code Format Changes
31-
uses: stefanzweifel/git-auto-commit-action@v6
31+
uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: "Hatch static analysis"
3434

@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.WORKFLOW_COMMIT }}
4646

4747
- name: 🔭 Install UV
48-
uses: astral-sh/setup-uv@v6
48+
uses: astral-sh/setup-uv@v7
4949
with:
5050
enable-cache: true
5151
cache-dependency-glob: "**/pyproject.toml"

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v3
46+
uses: github/codeql-action/init@v4
4747
with:
4848
languages: ${{ matrix.language }}
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v3
51+
uses: github/codeql-action/analyze@v4

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.head_ref }}
3131

3232
- name: 🔭 Install UV
33-
uses: astral-sh/setup-uv@v6
33+
uses: astral-sh/setup-uv@v7
3434
with:
3535
enable-cache: true
3636
cache-dependency-glob: "**/pyproject.toml"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.head_ref }}
2727

2828
- name: 🔭 Install UV
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
enable-cache: true
3232
cache-dependency-glob: "**/pyproject.toml"
@@ -58,7 +58,7 @@ jobs:
5858
ref: ${{ github.head_ref }}
5959

6060
- name: 🔭 Install UV
61-
uses: astral-sh/setup-uv@v6
61+
uses: astral-sh/setup-uv@v7
6262
with:
6363
enable-cache: true
6464
cache-dependency-glob: "**/pyproject.toml"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.head_ref }}
1818

1919
- name: 🔭 Install UV
20-
uses: astral-sh/setup-uv@v6
20+
uses: astral-sh/setup-uv@v7
2121
with:
2222
enable-cache: true
2323
cache-dependency-glob: "**/pyproject.toml"

0 commit comments

Comments
 (0)