Skip to content

Commit 1d6cfff

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8a13f26 commit 1d6cfff

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
@@ -36,7 +36,7 @@ jobs:
3636
private_key: ${{ secrets.CI_BOT_SECRET }}
3737

3838
- name: Setup | Checkout Repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
with:
4141
ref: ${{ github.ref_name }}
4242
fetch-depth: 0

.github/workflows/tests.yml

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

1616
steps:
1717
- name: Setup | Checkout Repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup | Install uv
2121
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)