Merge pull request #385 from antville/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
Tobi Schäfer 2024-01-06 22:15:31 +01:00 committed by GitHub
commit 46323ef8ee
Failed to generate hash of commit

View file

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL