diff --git a/.github/workflows/call-build.yml b/.github/workflows/call-build.yml index 68d4d47..a666b5c 100644 --- a/.github/workflows/call-build.yml +++ b/.github/workflows/call-build.yml @@ -40,7 +40,7 @@ jobs: name: ${{ inputs.environment }} url: ${{ inputs.url }} steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.0.0 - name: Login to container registry if: ${{ inputs.push }} uses: docker/login-action@v2.1.0