Skip to content

Commit e30861a

Browse files
Update actions/checkout action to v6
1 parent 9a13fad commit e30861a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v6
1616
with:
@@ -48,7 +48,7 @@ jobs:
4848
coverage:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Cache LLVM and Clang
5353
id: cache-llvm
5454
uses: actions/cache@v4
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
check: ["pylint", "pycodestyle", "black", "mypy"]
9090
steps:
91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@v6
9292
- name: Cache LLVM and Clang
9393
id: cache-llvm
9494
uses: actions/cache@v4
@@ -118,7 +118,7 @@ jobs:
118118
docs:
119119
runs-on: ubuntu-latest
120120
steps:
121-
- uses: actions/checkout@v5
121+
- uses: actions/checkout@v6
122122
- name: Cache LLVM and Clang
123123
id: cache-llvm
124124
uses: actions/cache@v4
@@ -150,7 +150,7 @@ jobs:
150150
matrix:
151151
sphinx-version: ["four"]
152152
steps:
153-
- uses: actions/checkout@v5
153+
- uses: actions/checkout@v6
154154
- name: Cache LLVM and Clang
155155
id: cache-llvm
156156
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:

0 commit comments

Comments
 (0)