diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 681973cce..be4b53a6a 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -17,7 +17,7 @@ jobs: known_hosts: ${{ secrets.DEPLOY_KNOWN_HOSTS_PRODUCTION }} config: ${{ secrets.DEPLOY_SSH_CONFIG }} - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.10' - name: Install ansible and deploy to production diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 563c5e375..1fbfd3b26 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -17,7 +17,7 @@ jobs: known_hosts: ${{ secrets.DEPLOY_KNOWN_HOSTS_STAGING }} config: ${{ secrets.DEPLOY_SSH_CONFIG }} - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.10' - name: Install ansible and deploy to staging