From 107639aa74ae6c6f7ab24491f03cf8fc2e3826f2 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:41:26 +0100 Subject: [PATCH] chore: remove setup-python from GitHub Actions --- .github/workflows/cd.yml | 5 ----- .github/workflows/cleanup.yml | 5 ----- .github/workflows/deploy.yml | 5 ----- .github/workflows/security.yml | 5 ----- 4 files changed, 20 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3b55ab600..7566dcbdc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,11 +28,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - # gcloud does not work with Python 3.10 because "collections.Mappings" was removed in Python 3.10. - - - uses: actions/setup-python@v4 - with: - python-version: 3.9.15 - name: Auth gcloud id: auth diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 944459353..8ab93c945 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -17,11 +17,6 @@ jobs: contents: 'read' id-token: 'write' steps: - # gcloud does not work with Python 3.10 because "collections.Mappings" was removed in Python 3.10. - - - uses: actions/setup-python@v4 - with: - python-version: 3.9.15 - name: Auth gcloud uses: google-github-actions/auth@v2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22ed469c4..d92f13302 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,11 +52,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # gcloud does not work with Python 3.10 because "collections.Mappings" was removed in Python 3.10. - - - uses: actions/setup-python@v4 - with: - python-version: 3.9.15 - name: Auth gcloud uses: google-github-actions/auth@v2 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d07c6a74a..51c3c51e4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -32,11 +32,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # gcloud does not work with Python 3.10 because "collections.Mappings" was removed in Python 3.10. - - - uses: actions/setup-python@v4 - with: - python-version: 3.9.15 - name: Auth gcloud id: auth