diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 5a55c164..2be9db59 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11.9 cache: "pip" diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index 2798a747..1541f6e2 100644 --- a/.github/workflows/deploy-edge.yml +++ b/.github/workflows/deploy-edge.yml @@ -144,7 +144,7 @@ jobs: ref: master - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11.9 cache: "pip" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c592248a..2ff8ae52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11.9 cache: "pip"