Skip to content

Commit d843fc0

Browse files
authored
Merge pull request #75 from sertit/dependabot/github_actions/actions/checkout-7
Build(deps): Bump actions/checkout from 6 to 7
2 parents c0708c5 + a1c0e54 commit d843fc0

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
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout source
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
- name: Install the latest version of uv with cache enabled

.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@v6
9+
- uses: actions/checkout@v7
1010
with:
1111
fetch-depth: 0
1212
- name: Mirror + trigger CI

0 commit comments

Comments
 (0)