diff --git a/.github/workflows/cicd-backend.yml b/.github/workflows/cicd-backend.yml index 2f4ab86..442032f 100644 --- a/.github/workflows/cicd-backend.yml +++ b/.github/workflows/cicd-backend.yml @@ -38,7 +38,7 @@ jobs: steps: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Setup .NET - name: Setup .NET diff --git a/.github/workflows/deploy-infra.yml b/.github/workflows/deploy-infra.yml index a0c410d..f819dd5 100644 --- a/.github/workflows/deploy-infra.yml +++ b/.github/workflows/deploy-infra.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Remove Bicep configuration file (to remove experimental warning) - name: Remove Bicep configuration file