Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit d13fa50

Browse files
authored
Merge pull request #2 from mistiru/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents cb2f1e9 + cf38adc commit d13fa50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup uv and set the python version
2222
uses: astral-sh/setup-uv@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup uv and set the python version
2222
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)