Skip to content

Commit c7a213f

Browse files
authored
Merge pull request #2 from MidnightCommander/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 849702f + aeb381f commit c7a213f

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@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: astral-sh/setup-uv@v6
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@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: '0'
2020

0 commit comments

Comments
 (0)