diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 03ba887..1ff3e8b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -37,7 +37,7 @@ jobs: needs: deploy-staging runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/health-check with: base-url: ${{ needs.deploy-staging.outputs.app-url }}