Skip to content

Commit b3bdd33

Browse files
authored
Merge pull request #56 from onekey-sec/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents cbc2148 + 98007d0 commit b3bdd33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
publish:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Install uv & Python
2020
uses: astral-sh/setup-uv@v7
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- name: Install uv & Python
1111
uses: astral-sh/setup-uv@v7
1212
with:

0 commit comments

Comments
 (0)