Skip to content

Commit 0437ac6

Browse files
authored
Merge pull request #5 from MidnightCommander/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 945f32a + e3ad671 commit 0437ac6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- uses: astral-sh/setup-uv@v7
2020

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 5
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: '0'
2020

0 commit comments

Comments
 (0)