Skip to content

Commit 0f4789a

Browse files
committed
Update CI
1 parent 2262a95 commit 0f4789a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
backend: re2
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464

6565
- name: Set up Python ${{ matrix.python }}
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: ${{ matrix.python }}
6969
allow-prereleases: true
@@ -85,10 +85,10 @@ jobs:
8585
name: Docs
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v6
8989

9090
- name: Set up Python ${{ matrix.python }}
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v6
9292
with:
9393
python-version: "3.13"
9494

0 commit comments

Comments
 (0)