Skip to content

Commit 857dc2d

Browse files
authored
Merge pull request #4 from faneX-ID/dependabot/github_actions/actions/checkout-6
⬆️ ci(deps): Bump actions/checkout from 4 to 6
2 parents 0125281 + d2123df commit 857dc2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0 # Needed for git-revision-date-localized-plugin
2727

@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Checkout repository
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v6
8585

8686
- name: Run markdownlint
8787
uses: nosborn/github-action-markdown-cli@v3.5.0

.github/workflows/deploy.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0 # Needed for git-revision-date-localized-plugin
2323

0 commit comments

Comments
 (0)