diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c92940917..cbae5fc85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: path: target/debug - name: Install python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python }} @@ -348,7 +348,7 @@ jobs: persist-credentials: false - name: Install python - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index c9a0bea9a..3dfee4bd0 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -401,7 +401,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v6.3.0 with: python-version: "3.11"