diff --git a/.github/workflows/cd_dependencies.yml b/.github/workflows/cd_dependencies.yml index 7a71326..eedaf46 100644 --- a/.github/workflows/cd_dependencies.yml +++ b/.github/workflows/cd_dependencies.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ee2ec9a..6425851 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" diff --git a/.github/workflows/ci_update_pre-commit.yml b/.github/workflows/ci_update_pre-commit.yml index e932f77..621d8b1 100644 --- a/.github/workflows/ci_update_pre-commit.yml +++ b/.github/workflows/ci_update_pre-commit.yml @@ -26,7 +26,7 @@ jobs: ref: master - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10"