diff --git a/.github/workflows/client_gateway.yml b/.github/workflows/client_gateway.yml index 221223920..c826ae61d 100644 --- a/.github/workflows/client_gateway.yml +++ b/.github/workflows/client_gateway.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login diff --git a/.github/workflows/gateway_commons.yml b/.github/workflows/gateway_commons.yml index a3a124616..fd9ab013b 100644 --- a/.github/workflows/gateway_commons.yml +++ b/.github/workflows/gateway_commons.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index c32a11aa2..f4c1e1887 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/.github/workflows/media_proxy.yml b/.github/workflows/media_proxy.yml index d8ae77dc2..3212d25a5 100644 --- a/.github/workflows/media_proxy.yml +++ b/.github/workflows/media_proxy.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v3 diff --git a/.github/workflows/public_gateway.yml b/.github/workflows/public_gateway.yml index f7cb43c72..6a929953f 100644 --- a/.github/workflows/public_gateway.yml +++ b/.github/workflows/public_gateway.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login diff --git a/.github/workflows/s3_mpeg.yml b/.github/workflows/s3_mpeg.yml index 01a5d4170..76984b702 100644 --- a/.github/workflows/s3_mpeg.yml +++ b/.github/workflows/s3_mpeg.yml @@ -19,7 +19,7 @@ jobs: - uses: FedericoCarboni/setup-ffmpeg@v2 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index ee156d36a..6109129b4 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index 59cbc987d..79092ce37 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials id: aws-login