diff --git a/.github/workflows/conan_ci.yml b/.github/workflows/conan_ci.yml index 110aa20..f2d032e 100644 --- a/.github/workflows/conan_ci.yml +++ b/.github/workflows/conan_ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11"