Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 534c347

Browse files
Update actions/checkout action to v4
1 parent 7be7ba2 commit 534c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
# Don't waste time starting Renovate if JSON is invalid
1616
- name: Validate Renovate JSON
1717
run: jq type .github/renovate.json

0 commit comments

Comments
 (0)