We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1133ec commit f9fcce7Copy full SHA for f9fcce7
3 files changed
.github/workflows/python.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- uses: astral-sh/setup-uv@v7
36
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
37
with:
38
submodules: recursive
39
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/schema.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
ref: ${{ github.event.pull_request.head.ref }}
25
.github/workflows/syntax.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
- name: Check out repository
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Syntax Test
0 commit comments