From 6b7ba571ee4c0692653186bcb8b9defe29afe488 Mon Sep 17 00:00:00 2001 From: Paul Leclercq Date: Mon, 7 Oct 2024 12:07:07 +0200 Subject: [PATCH] chores: jawher/action-scw@v2.34.0 --- .github/workflows/deploy-main.yml | 2 +- .github/workflows/scaleway-down.yml | 4 ++-- .github/workflows/scaleway-start-import-job-update.yml | 2 +- .github/workflows/scaleway-up.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 54b91f24..f4ffcfc7 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -61,7 +61,7 @@ jobs: run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/ingest_to_db - name: update scaleway job definition with version mediatree_import - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} diff --git a/.github/workflows/scaleway-down.yml b/.github/workflows/scaleway-down.yml index f1d55529..3e5540ea 100644 --- a/.github/workflows/scaleway-down.yml +++ b/.github/workflows/scaleway-down.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use CLI - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} @@ -25,7 +25,7 @@ jobs: - name: 0 instances - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} diff --git a/.github/workflows/scaleway-start-import-job-update.yml b/.github/workflows/scaleway-start-import-job-update.yml index 49f2d760..5746f99a 100644 --- a/.github/workflows/scaleway-start-import-job-update.yml +++ b/.github/workflows/scaleway-start-import-job-update.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: start import job to reapply logic to all elements start_date matrix - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} diff --git a/.github/workflows/scaleway-up.yml b/.github/workflows/scaleway-up.yml index 030033a0..aa707006 100644 --- a/.github/workflows/scaleway-up.yml +++ b/.github/workflows/scaleway-up.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use CLI - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} @@ -24,7 +24,7 @@ jobs: run: echo "CONTAINER_ID=$(cat "${GITHUB_WORKSPACE}/scw.output" | jq -r '.[0].id')" >> $GITHUB_ENV - name: start 1 instances - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}