Skip to content

Commit cf953f1

Browse files
authored
Merge pull request #1 from Bli-AIk/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 91b3ac8 + d2e460b commit cf953f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0 # Not needed if lastUpdated is not enabled
2828
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm

0 commit comments

Comments
 (0)