Skip to content

Commit a7e3fcf

Browse files
chore(deps): update actions/checkout action to v6 (#2916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7358c74 commit a7e3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
python-version: ['3.12']
180180
fail-fast: false
181181
steps:
182-
- uses: actions/checkout@v5
182+
- uses: actions/checkout@v6
183183
- name: Install uv
184184
uses: astral-sh/setup-uv@v7
185185
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)