Skip to content

Commit 0362907

Browse files
Update actions/checkout action to v5 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14939fd commit 0362907

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.9", "3.10", "3.11", "3.12", "3.13"]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v5
1616
with:
@@ -48,7 +48,7 @@ jobs:
4848
coverage:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
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@v4
91+
- uses: actions/checkout@v5
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@v4
121+
- uses: actions/checkout@v5
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@v4
153+
- uses: actions/checkout@v5
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@v4
19+
- uses: actions/checkout@v5
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)