Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit a23a65b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 48e83ad commit a23a65b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/shared-mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cancel-in-progress: true
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.PAT || github.token }}
3131
- name: MegaLinter

.github/workflows/shared-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cancel-in-progress: true
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
token: ${{ secrets.PAT || github.token }}
3131
- name: Copier Update

0 commit comments

Comments
 (0)