diff --git a/.github/workflows/deploy_application.yml b/.github/workflows/deploy_application.yml index 35a664b..fff9d43 100644 --- a/.github/workflows/deploy_application.yml +++ b/.github/workflows/deploy_application.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository 📦 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS Credentials 🔑 uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/deploy_infrastructure.yml b/.github/workflows/deploy_infrastructure.yml index e30bb7e..6fd3692 100644 --- a/.github/workflows/deploy_infrastructure.yml +++ b/.github/workflows/deploy_infrastructure.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Repository 📦 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS Credentials 🔑 uses: aws-actions/configure-aws-credentials@v4