diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e1c386c..26b3bad 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.14 cache: 'pip'