Skip to content

Commit f9fcce7

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- uses: astral-sh/setup-uv@v7
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
submodules: recursive
3939
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/schema.yml

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

2020
steps:
2121
- uses: astral-sh/setup-uv@v7
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525

.github/workflows/syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
submodules: recursive
3535
- name: Syntax Test

0 commit comments

Comments
 (0)