Skip to content

Commit 146a6a4

Browse files
authored
Merge pull request #21 from IBM/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents e98e274 + cec243d commit 146a6a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
with:
1212
fetch-depth: 0
1313
- uses: astral-sh/setup-uv@v8.2.0

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
- uses: astral-sh/setup-uv@v8.2.0

0 commit comments

Comments
 (0)