Skip to content

Commit 50d81c5

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a9a393 commit 50d81c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Clone Repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v5
@@ -85,7 +85,7 @@ jobs:
8585
python-version: 3.11
8686

8787
- name: Clone Repository
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989
with:
9090
ref: ${{ github.ref }}
9191
fetch-depth: 0
@@ -119,7 +119,7 @@ jobs:
119119
python-version: 3.11
120120

121121
- name: Clone Repository
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
with:
124124
ref: ${{ github.ref }}
125125
fetch-depth: 0

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
sparse-checkout: |
3030
.github

0 commit comments

Comments
 (0)