Skip to content

Commit ec781d2

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-8.3.5
2 parents 1dad771 + d04b692 commit ec781d2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
3939
- name: Restore Python virtual environment
4040
id: cache-venv
41-
uses: actions/[email protected].1
41+
uses: actions/[email protected].2
4242
with:
4343
path: venv
4444
key: >-
@@ -59,7 +59,7 @@ jobs:
5959
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6060
- name: Restore pre-commit environment
6161
id: cache-precommit
62-
uses: actions/[email protected].1
62+
uses: actions/[email protected].2
6363
with:
6464
path: ${{ env.PRE_COMMIT_CACHE }}
6565
key: >-
@@ -97,15 +97,15 @@ jobs:
9797
check-latest: true
9898
- name: Restore Python virtual environment
9999
id: cache-venv
100-
uses: actions/cache/[email protected].1
100+
uses: actions/cache/[email protected].2
101101
with:
102102
fail-on-cache-miss: true
103103
path: venv
104104
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
105105
needs.prepare-base.outputs.python-key }}
106106
- name: Restore pre-commit environment
107107
id: cache-precommit
108-
uses: actions/cache/[email protected].1
108+
uses: actions/cache/[email protected].2
109109
with:
110110
fail-on-cache-miss: true
111111
path: ${{ env.PRE_COMMIT_CACHE }}
@@ -131,7 +131,7 @@ jobs:
131131
check-latest: true
132132
- name: Restore Python virtual environment
133133
id: cache-venv
134-
uses: actions/cache/[email protected].1
134+
uses: actions/cache/[email protected].2
135135
with:
136136
fail-on-cache-miss: true
137137
path: venv
@@ -157,7 +157,7 @@ jobs:
157157
check-latest: true
158158
- name: Restore Python virtual environment
159159
id: cache-venv
160-
uses: actions/cache/[email protected].1
160+
uses: actions/cache/[email protected].2
161161
with:
162162
fail-on-cache-miss: true
163163
path: venv
@@ -194,7 +194,7 @@ jobs:
194194
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
195195
- name: Restore Python virtual environment
196196
id: cache-venv
197-
uses: actions/[email protected].1
197+
uses: actions/[email protected].2
198198
with:
199199
path: venv
200200
key: >-

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.7",
40+
"ruff==0.9.9",
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.7
1+
ruff==0.9.9

0 commit comments

Comments
 (0)