diff --git a/.github/workflows/app.yaml b/.github/workflows/app.yaml index 5b47c03..0f27cca 100644 --- a/.github/workflows/app.yaml +++ b/.github/workflows/app.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 2. Set up Python environment and install dependencies - name: Set up Python 3.x @@ -66,7 +66,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 6. Set up SSH key and establish SSH Tunnel - name: Set up SSH tunnel and deploy code env: diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 0729622..ac02cb4 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -18,7 +18,7 @@ jobs: # Checkout code from the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up Docker Buildx (required for multi-platform builds) - name: Set up Docker Buildx diff --git a/.github/workflows/elk.yaml b/.github/workflows/elk.yaml index 62b7196..b9c3bd3 100644 --- a/.github/workflows/elk.yaml +++ b/.github/workflows/elk.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 6. Set up SSH key and establish SSH Tunnel - name: Set up SSH tunnel and deploy code env: diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index a643b40..4d67013 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -31,7 +31,7 @@ jobs: if: github.event_name == 'push' || github.event.inputs.action == 'apply' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.action == 'destroy' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 diff --git a/.github/workflows/ochestrator.yaml b/.github/workflows/ochestrator.yaml index 295da1b..7ced047 100644 --- a/.github/workflows/ochestrator.yaml +++ b/.github/workflows/ochestrator.yaml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 @@ -95,7 +95,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 2. Set up Python environment and install dependencies - name: Set up Python 3.x @@ -142,7 +142,7 @@ jobs: steps: #1. Checkout code from the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 #2. Set up Docker Buildx (required for multi-platform builds) - name: Set up Docker Buildx @@ -196,7 +196,7 @@ jobs: steps: # 1. Checkout Code from GitHub - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 2. Download tf outputs - name: Download Terraform outputs from S3 @@ -261,7 +261,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Terraform outputs from S3 env: @@ -325,7 +325,7 @@ jobs: elk_ip: ${{ steps.parse-outputs.outputs.elk_ip }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Terraform outputs from S3 env: @@ -390,7 +390,7 @@ jobs: elk_ip: ${{ steps.parse-outputs.outputs.elk_ip }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Terraform outputs from S3 env: @@ -460,7 +460,7 @@ jobs: if: github.event.inputs.action == 'destroy' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Terraform uses: hashicorp/setup-terraform@v3