From 28b8c5b8253b9d5935fb98f4a5a695fe753e732d Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Fri, 29 Aug 2025 12:06:54 +0200 Subject: [PATCH] ci: Update checkout action version to v5 --- .github/workflows/track_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/track_dependencies.yml b/.github/workflows/track_dependencies.yml index 69f351d5..46a80702 100644 --- a/.github/workflows/track_dependencies.yml +++ b/.github/workflows/track_dependencies.yml @@ -9,7 +9,7 @@ jobs: generate-sbom: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install CycloneDX run: | python -m pip install --upgrade pip