diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f36e588..a8c3724 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: unit-bdd-tests-and-scan-dependencies: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.13 uses: actions/setup-python@v5 with: