Skip to content

Commit 149cb9e

Browse files
Merge pull request #7 from FabulousCodingFox/dependabot/github_actions/main/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 43ebe69 + 6c01a12 commit 149cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Step 1: Checkout the repository
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
# Step 2: Setup Node.js environment
2929
- name: Setup Node.js

0 commit comments

Comments
 (0)