Skip to content

Commit 432f4f7

Browse files
chore(deps): update actions/checkout action to v5
1 parent a70c0fb commit 432f4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
- name: Run Renovate in Dry Run mode
1818
env:
1919
LOG_LEVEL: '${{ github.event.inputs.log-level || ''debug'' }}'

0 commit comments

Comments
 (0)