Skip to content

Commit fffe363

Browse files
chore(deps): update actions/checkout action to v5
1 parent 6cc90f5 commit fffe363

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
submodules: recursive
2121
- name: Install lint dependencies
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-python@v5
5151
with:
5252
python-version: ${{ matrix.python-version }}
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: Install test dependencies
5555
run: |
5656
python -m pip install --upgrade pip
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/setup-python@v5
7878
with:
7979
python-version: ${{ matrix.python-version }}
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
- name: Install docs dependencies
8282
run: |
8383
python -m pip install --upgrade pip

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.13"
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Build package
3434
run: make build
3535
- name: Publish distribution 📦 to ${{ matrix.environment.name }}

0 commit comments

Comments
 (0)