Skip to content

Commit d7a3e35

Browse files
Merge pull request #72 from systemli/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 5c5c55e + 14d6653 commit d7a3e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.actor == 'dependabot[bot]'
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v5.0.0
1414

1515
- name: Prepare Auto Merge
1616
uses: ahmadnassri/action-dependabot-auto-merge@v2

0 commit comments

Comments
 (0)