Skip to content

Commit c4cb53e

Browse files
authored
Merge pull request #62 from rwxd/renovate/actions-checkout-4.x
fix(deps): update actions/checkout action to v4
2 parents a2d0989 + a1aaedb commit c4cb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ANSIBLE_FORCE_COLOR: true
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232

3333
- uses: actions/setup-python@v5
3434
with:

0 commit comments

Comments
 (0)