Skip to content

Commit 4b1138a

Browse files
chore(deps): update actions/checkout action to v5
1 parent 1e1af13 commit 4b1138a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# ✅ Step 1: Checkout the repo (Fixes "not a git repository" issue)
2222
- name: Checkout Repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
# ✅ Step 2: Authenticate GitHub CLI (Ensure gh CLI works)
2626
- name: Authenticate GitHub CLI

0 commit comments

Comments
 (0)