Skip to content

Commit c8db761

Browse files
build(deps): update actions/checkout action to v5
1 parent c337b9e commit c8db761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Install Python
2121
uses: actions/setup-python@v5
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656

5757
- name: Install Python ${{ matrix.python-version }}
5858
uses: actions/setup-python@v5
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ github.ref_type == 'tag' }}
8787

8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
with:
9191
fetch-depth: 0
9292

0 commit comments

Comments
 (0)