Skip to content

Commit 3ba886d

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#1196)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cd4f6a commit 3ba886d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Clone Repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v6
@@ -84,7 +84,7 @@ jobs:
8484
contents: write # needed for github actions bot to write to repo
8585
steps:
8686
- name: Clone Repository
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888
with:
8989
ref: ${{ github.ref }}
9090
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)