Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 59db0f3

Browse files
authored
Merge pull request #3604 from MisileLab/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents b2cdad7 + e528042 commit 59db0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: exist
1818
shell: bash

0 commit comments

Comments
 (0)