Skip to content

Commit e95e46b

Browse files
authored
Merge pull request #9 from narumiruna/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 91a14a6 + 6311427 commit e95e46b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout the code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- uses: astral-sh/setup-uv@v6
2323
- name: Bump version
2424
id: bump

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ["3.12"]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: astral-sh/setup-uv@v6
1818
with:
1919
python-version: ${{ matrix.python-version }}

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.12"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: astral-sh/setup-uv@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)