update checkout to v4

This commit is contained in:
iceman1001 2024-04-24 11:10:05 +02:00
commit 4b2c42aff8

View file

@ -51,7 +51,7 @@ jobs:
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL