Skip to content

Commit 0f6ddc3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-4.2.1
2 parents a38f1a6 + 1424cbf commit 0f6ddc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "ref: $ref"
7878
echo "$ref" >> cleanup_cache
7979
- name: Upload cleanup-cache artifact
80-
uses: actions/[email protected].0
80+
uses: actions/[email protected].1
8181
with:
8282
name: cleanup_cache
8383
path: cleanup_cache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ black = [
3737
"black==25.1.0",
3838
]
3939
ruff = [
40-
"ruff==0.9.6",
40+
"ruff==0.9.7",
4141
]
4242

4343
[project.scripts]

requirements_ruff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.9.6
1+
ruff==0.9.7

0 commit comments

Comments
 (0)