We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2262a95 commit 0f4789aCopy full SHA for 0f4789a
.github/workflows/ci.yaml
@@ -60,10 +60,10 @@ jobs:
60
backend: re2
61
62
steps:
63
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
64
65
- name: Set up Python ${{ matrix.python }}
66
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
67
with:
68
python-version: ${{ matrix.python }}
69
allow-prereleases: true
@@ -85,10 +85,10 @@ jobs:
85
name: Docs
86
runs-on: ubuntu-latest
87
88
89
90
91
92
93
python-version: "3.13"
94
0 commit comments